We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9377bbc commit 7da5871Copy full SHA for 7da5871
src/app.js
@@ -92,7 +92,7 @@ function startKafkaConsumer(handlers) {
92
}
93
const recipients = [userEmail];
94
const cc = [];
95
- if (notificationType === BUS_API_EVENT.EMAIL.MENTIONED_IN_POST) {
+ if (eventType === BUS_API_EVENT.EMAIL.MENTIONED_IN_POST) {
96
cc.push(config.MENTION_EMAIL);
97
98
const categories = [`${config.ENV}:${eventType}`];
0 commit comments