Skip to content

Commit

Permalink
Update addScansByPage.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
azdak committed Nov 24, 2024
1 parent 673dd1c commit e1fcf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/addScansByPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const addScansByPage = async ({ request, reply }) => {
if (!req.urls) {
return {
status: "error",
message: "An array of URLs to send is required.",
message: "An array of URLs to send is required."+req,
};
} else {
for (const urlObj of req.urls) {
Expand Down

0 comments on commit e1fcf44

Please sign in to comment.