Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
scazan committed Nov 13, 2023
1 parent 9b4ad3a commit 96e7d39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integrations/slack/src/handlers/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ export function createSlackEventsHandler(

// check for bot_id so that the bot doesn't trigger itself
// check whether this was triggered from an external channel

// if (bot_id || isExternalChannel) {
if (!isAllowedToRespond(eventPayload)) {
return new Response(null, {
status: 200,
Expand Down

0 comments on commit 96e7d39

Please sign in to comment.