Skip to content

Commit 001087f

Browse files
Update cmds-hash.js (#2863)
Update comment-line (58) from `foo` to `null`
1 parent c1edc2e commit 001087f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctests/cmds-hash.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const res8 = await client.hGet('myhash', 'field1')
5555
console.log(res8) // foo
5656

5757
const res9 = await client.hGet('myhash', 'field2')
58-
console.log(res9) // foo
58+
console.log(res9) // null
5959

6060
// REMOVE_START
6161
assert.equal(res7, 1);

0 commit comments

Comments
 (0)