Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
azdak committed Oct 24, 2024
1 parent 6580dc1 commit c7c7c6d
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 @@ -31,6 +31,6 @@ export const getPages = async ({ request, reply }) => {
result: response?.urls?.map(obj => ({
...obj,
})),
total: response?.scans?.totalCount?.count,
total: response?.urls?.totalCount?.count,
};
}

0 comments on commit c7c7c6d

Please sign in to comment.