Skip to content

Commit 07d9aec

Browse files
committed
[CAE-686] Improve HSETEX return type
1 parent 08f664a commit 07d9aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/lib/commands/HSETEX.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default {
6666
pushObject(parser, value);
6767
}
6868
},
69-
transformReply: undefined as unknown as () => NumberReply
69+
transformReply: undefined as unknown as () => NumberReply<0 | 1>
7070
} as const satisfies Command;
7171

7272

0 commit comments

Comments
 (0)