Skip to content

Commit

Permalink
chore: 📝 log
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Nov 15, 2024
1 parent 73456d2 commit c541422
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 @@ -99,6 +99,7 @@ app.post('/slack/giffy', async (c) => {

app.post('/slack/interactive', async (c) => {
const payload = await c.req.parseBody();
console.log(payload);
// @ts-ignore
const action = payload.actions && payload.actions[0];
const responseUrl = payload.response_url as string;
Expand Down

0 comments on commit c541422

Please sign in to comment.