Skip to content

Commit c3d7655

Browse files
Apply suggestions from code review
Co-authored-by: Thomas Gauvin <[email protected]>
1 parent 75f7f09 commit c3d7655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/database-azure-cosmosdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ async function get() {
363363
const gql = `
364364
query getById($id: Int!) {
365365
person_by_pk(id: $id) {
366-
Id
366+
id
367367
Name
368368
}
369369
}`;

0 commit comments

Comments
 (0)