Skip to content

Commit e07da56

Browse files
committed
lint
1 parent f8e0084 commit e07da56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/json/lib/commands/MGET.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { RedisJSON, transformRedisJsonNullReply } from '.';
22

33
export const FIRST_KEY_INDEX = 1;
44

5-
65
export const IS_READ_ONLY = true;
76

87
export function transformArguments(keys: Array<string>, path: string): Array<string> {

0 commit comments

Comments
 (0)