Skip to content

Commit

Permalink
Pusher debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bardsley committed Nov 27, 2024
1 parent ff2bd12 commit 33614c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/izettle/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export async function POST(request: Request) {
const payload = JSON.parse(body.payload)
console.log(eventName)
console.log(payload)
// console.log(JSON.stringify(JSON.stringify(payload)))
console.log(JSON.stringify(JSON.stringify(payload)))

if(eventName == 'TestMessage') {
return NextResponse.json({ generated_at: new Date().toISOString() })
Expand Down

0 comments on commit 33614c2

Please sign in to comment.