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 25, 2024
1 parent 90543e4 commit 2b1ae2f
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 @@ -24,8 +24,8 @@ urls:

export const addScansByPage = async ({ request, reply }) => {

return request.body;
const data = JSON.parse(request.body);
return data;


// check request
Expand Down

0 comments on commit 2b1ae2f

Please sign in to comment.