Skip to content

Commit 75f7f09

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

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
@@ -362,7 +362,7 @@ async function get() {
362362
363363
const gql = `
364364
query getById($id: Int!) {
365-
person_by_pk(Id: $id) {
365+
person_by_pk(id: $id) {
366366
Id
367367
Name
368368
}

0 commit comments

Comments
 (0)