Skip to content

Commit

Permalink
fix: cloudflare doesn't seem to support console.trace
Browse files Browse the repository at this point in the history
  • Loading branch information
whilefoo committed Jan 7, 2024
1 parent e379d71 commit b39aa1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webhooks.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export async function handleEvent(event: unknown) {
console.trace(event);
console.log(event);
}

0 comments on commit b39aa1f

Please sign in to comment.