Skip to content

Commit

Permalink
Update cmds-hash.js (#2863)
Browse files Browse the repository at this point in the history
Update comment-line (58) from `foo` to `null`
  • Loading branch information
katongole-isaac authored Nov 13, 2024
1 parent c1edc2e commit 001087f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doctests/cmds-hash.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const res8 = await client.hGet('myhash', 'field1')
console.log(res8) // foo

const res9 = await client.hGet('myhash', 'field2')
console.log(res9) // foo
console.log(res9) // null

// REMOVE_START
assert.equal(res7, 1);
Expand Down

0 comments on commit 001087f

Please sign in to comment.