You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
indentation
This commit is contained in:
@@ -14,7 +14,7 @@ export function transformArguments(keyPathValues: Array<KeyPathValue>): RedisCom
|
||||
|
||||
for (const { key, path, value } of keyPathValues) {
|
||||
args.push(key, path, transformRedisJsonArgument(value));
|
||||
}
|
||||
}
|
||||
|
||||
return args;
|
||||
}
|
||||
|
Reference in New Issue
Block a user