Skip to content

Commit c6a8586

Browse files
authored
fix #2811 - fix EVAL[SHA][_RO] & FCALL[_RO] key extraction
1 parent 2fc79bd commit c6a8586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/lib/commands/generic-transformers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ export interface EvalOptions {
412412
arguments?: Array<string>;
413413
}
414414

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

0 commit comments

Comments
 (0)