We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc88844 commit 957bb75Copy full SHA for 957bb75
tests/e2e/helpers/scripts/generate-big-data.ts
@@ -21,7 +21,7 @@ function prepareCommandArgs(args: CommandType) {
21
function prepareCommandOptions(options: {
22
replyEncoding?: string;
23
}): any {
24
- let replyEncoding = null;
+ let replyEncoding: string | null = null;
25
26
if (options?.replyEncoding === 'utf8') {
27
replyEncoding = 'utf8';
0 commit comments