Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelvlach committed Jan 13, 2024
1 parent 0307ec0 commit f567864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server_client_typescript/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async function main() {
.where()
.key({ String: "username" })
.value({ Equal: { String: "user1" } })
.query()
.query(),
)
.query(),
];
Expand Down

0 comments on commit f567864

Please sign in to comment.