Skip to content

Commit

Permalink
fix redis#1819 - fix EXISTS reply
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale committed Jan 11, 2022
1 parent 8062c2b commit f3f946f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/lib/commands/EXISTS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export function transformArguments(
return pushVerdictArguments(['EXISTS'], keys);
}

export { transformBooleanReply as transformReply } from './generic-transformers';
export declare function transformReply(): number;

0 comments on commit f3f946f

Please sign in to comment.