Skip to content

Commit

Permalink
refactor: log cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Feb 16, 2024
1 parent 72e9068 commit 9e97ba4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ const app = new Elysia()
beforeHandle({ params, set }) {
params.page = +params.page

console.log(params.page)

if (!Number.isSafeInteger(params.page)) {
set.status = 400
return {
Expand Down

0 comments on commit 9e97ba4

Please sign in to comment.