Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Oct 15, 2024
1 parent 610cba8 commit 3eef6ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/enums/event.enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ const DiscordBotEvent = {
};

const DiscordHivemindAdapterEvent = {
QUESTION_COMMAND_RECIVED: 'QUESTION_COMMAND_RECIVED',
QUESTION_RESPONSE_RECIVED: 'QUESTION_RESPONSE_RECIVED',
QUESTION_COMMAND_RECIVED: 'QUESTION_COMMAND_RECEIVED',
QUESTION_RESPONSE_RECIVED: 'QUESTION_RESPONSE_RECEIVED',
};

const DiscordAnalyzerEvent = {
Expand All @@ -51,7 +51,7 @@ const TwitterBotEvent = {
};

const HivemindEvent = {
QUESTION_RECIVED: 'QUESTION_RECIVED',
QUESTION_RECIVED: 'QUESTION_RECEIVED',
};

export const Event = {
Expand Down

0 comments on commit 3eef6ce

Please sign in to comment.