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 d03bb03 commit 5a60649Copy full SHA for 5a60649
src/json-pack/resp/RespEncoderLegacy.ts
@@ -75,7 +75,7 @@ export class RespEncoderLegacy<W extends IWriter & IWriterGrowable = IWriter & I
75
const val = arr[i];
76
if (val === null) this.writeNullStr();
77
else this.writeAny(val);
78
- };
+ }
79
}
80
81
public writeObj(obj: Record<string, unknown>): void {
0 commit comments