Skip to content

Commit

Permalink
examples/encrypted-chat: update modeldb index syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
joeltg committed Jan 15, 2025
1 parent 8680dd2 commit a02f74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/encrypted-chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const models = {
ciphertext: "string",
group: "string",
timestamp: "integer",
$indexes: [["timestamp"]], // ["group", "timestamp"]
$indexes: ["timestamp"], // ["group", "timestamp"]
},
}

Expand Down

0 comments on commit a02f74a

Please sign in to comment.