From 19b9d0ee918eaa1d4b6a4b04baf44a3544650e4f Mon Sep 17 00:00:00 2001 From: Noman Date: Sat, 6 Jul 2024 20:21:34 -0400 Subject: [PATCH] Log payload --- src/index.ts | 1 + 1 file changed, 1 insertion(+) 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 }); }