Skip to content

Commit

Permalink
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury-Fridlyand committed Sep 12, 2024
1 parent 6a72557 commit a7926c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/Commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2517,7 +2517,7 @@ function convertBitOptionsToArgs(options?: BitOffsetOptions): GlideString[] {

if (options.end !== undefined) {
args.push(options.end.toString());

if (options.indexType) args.push(options.indexType);
}
}
Expand Down

0 comments on commit a7926c8

Please sign in to comment.