Skip to content

Commit

Permalink
fix #2811 - fix EVAL[SHA][_RO] & FCALL[_RO] key extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale authored Jul 30, 2024
1 parent 2fc79bd commit c6a8586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/lib/commands/generic-transformers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ export interface EvalOptions {
arguments?: Array<string>;
}

export function evalFirstKeyIndex(options?: EvalOptions): string | undefined {
export function evalFirstKeyIndex(_: unknown, options?: EvalOptions): string | undefined {
return options?.keys?.[0];
}

Expand Down

0 comments on commit c6a8586

Please sign in to comment.