File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
bloom/lib/commands/cuckoo Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import * as INSERTNX from './INSERTNX';
1010import * as LOADCHUNK from './LOADCHUNK' ;
1111import * as RESERVE from './RESERVE' ;
1212import * as SCANDUMP from './SCANDUMP' ;
13- import { pushVerdictArguments } from '@node-redis/client/lib/commands/generic-transformers' ;
13+ import { pushVerdictArguments } from '@node-redis/client/dist/ lib/commands/generic-transformers' ;
1414import { RedisCommandArguments } from '@node-redis/client/dist/lib/commands' ;
1515
1616export default {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import * as MRANGE_WITHLABELS from './MRANGE_WITHLABELS';
2020import * as MREVRANGE from './MREVRANGE' ;
2121import * as MREVRANGE_WITHLABELS from './MREVRANGE_WITHLABELS' ;
2222import { RedisCommandArguments } from '@node-redis/client/dist/lib/commands' ;
23- import { pushVerdictArguments } from '@node-redis/client/lib/commands/generic-transformers' ;
23+ import { pushVerdictArguments } from '@node-redis/client/dist/ lib/commands/generic-transformers' ;
2424
2525export default {
2626 ADD ,
You can’t perform that action at this time.
0 commit comments