Skip to content

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
calebsander committed Jun 16, 2019
1 parent aeaaef9 commit d4dcaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/students-hash.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const keyType = root.lookupType('KeyType'),
async function main() {
await client.hashCreate('students')
console.log(await client.list())
// { collections: { students: 1 } }
// { students: 1 }

const key1 = keyType.encode({id: 10452}).finish()
const value1 = {firstName: 'Caleb', lastName: 'Sander', year: 2021}
Expand Down

0 comments on commit d4dcaad

Please sign in to comment.