We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df771f commit e4fa732Copy full SHA for e4fa732
packages/json/lib/commands/MSET.ts
@@ -14,7 +14,7 @@ export function transformArguments(keyPathValues: Array<KeyPathValue>): RedisCom
14
15
for (const { key, path, value } of keyPathValues) {
16
args.push(key, path, transformRedisJsonArgument(value));
17
- }
+ }
18
19
return args;
20
}
0 commit comments