1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00

fix ARRPOP

This commit is contained in:
leibale
2021-11-17 17:12:50 -05:00
parent fc73cb8736
commit a0b6ffe948
2 changed files with 4 additions and 3 deletions

View File

@ -14,4 +14,4 @@ export function transformArguments(key: string, path?: string, index?: number):
return args;
}
export { transformRedisJsonNullArrayReply as transformReply } from '.';
export { transformRedisJsonNullArrayNullReply as transformReply } from '.';