Skip to content

Commit

Permalink
fix reaction name from 'colorstack-logo' -> 'colorstack_logo'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-salgado authored Dec 1, 2024
1 parent cdbefa9 commit 7fdb0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/modules/slack/slack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export async function answerChatbotQuestion({
job('slack.reaction.add', {
channelId: channelId,
messageId: id,
reaction: 'colorstack-logo',
reaction: 'colorstack_logo',
userId: userId,
});

Expand Down

0 comments on commit 7fdb0d4

Please sign in to comment.