We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d25cf commit 7fb30b3Copy full SHA for 7fb30b3
src/routes/deletePages.ts
@@ -7,7 +7,7 @@ export const deletePages = async ({ request, reply }) => {
7
if (!Array.isArray(req.pageIds)) {
8
return {
9
status: "error",
10
- message: `${JSON.stringify(req.urls)} is not an array of page IDs.`
+ message: `${JSON.stringify(req.pageIds)} is not an array of page IDs.`
11
};
12
} else {
13
for (const url of req.pageIds) {
0 commit comments