Skip to content

Commit

Permalink
Fixed typo in total
Browse files Browse the repository at this point in the history
  • Loading branch information
azdak committed Oct 24, 2024
1 parent 18b4275 commit 6580dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/getPages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export const getPages = async ({ request, reply }) => {
updated_at
processing
}
totalCount: aggregate {count}
}
totalCount: aggregate {count}
}
`,
variables: {
Expand Down

0 comments on commit 6580dc1

Please sign in to comment.