Skip to content

Commit

Permalink
Log payload
Browse files Browse the repository at this point in the history
  • Loading branch information
noman-land committed Jul 7, 2024
1 parent 227d01f commit 19b9d0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default {
callback_id !== 'archive' ||
type !== 'message_action'
) {
console.log(JSON.parse(payload))
return new Response(null, { status: 401 });
}

Expand Down

0 comments on commit 19b9d0e

Please # to comment.