Skip to content

Commit

Permalink
Merge pull request #46 from interactivethings/feat/team-communication
Browse files Browse the repository at this point in the history
  • Loading branch information
noahonyejese authored Jan 8, 2025
2 parents 47d7b37 + 2626674 commit 3285edb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/slack/syncs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export const validateReactionSlackEvent = (event: ReactionAddedEvent) => {
typeof event.reaction !== 'string' ||
typeof event.item.channel !== 'string'
) {
console.log(event);
throw createError({
title: 'Invalid Slack event',
message: 'Event user, reaction, or channel is invalid',
Expand Down

0 comments on commit 3285edb

Please sign in to comment.