diff --git a/src/index.ts b/src/index.ts index ad019af..21c81b1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -30,6 +30,7 @@ export default { callback_id !== 'archive' || type !== 'message_action' ) { + console.log(JSON.parse(payload)) return new Response(null, { status: 401 }); }