diff --git a/src/webhooks.ts b/src/webhooks.ts index fc618d2..1ea0dc5 100644 --- a/src/webhooks.ts +++ b/src/webhooks.ts @@ -1,3 +1,3 @@ export async function handleEvent(event: unknown) { - console.trace(event); + console.log(event); }