You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-09-11 18:50:46 +03:00
add missing semicolon
This commit is contained in:
@@ -66,7 +66,7 @@ export function transformArguments(key: string, operations: BitFieldOperations):
|
||||
options.type,
|
||||
options.offset.toString(),
|
||||
options.increment.toString()
|
||||
)
|
||||
);
|
||||
break;
|
||||
|
||||
case 'OVERFLOW':
|
||||
|
Reference in New Issue
Block a user