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 7da5871 commit 08701c7Copy full SHA for 08701c7
src/app.js
@@ -95,7 +95,7 @@ function startKafkaConsumer(handlers) {
95
if (eventType === BUS_API_EVENT.EMAIL.MENTIONED_IN_POST) {
96
cc.push(config.MENTION_EMAIL);
97
}
98
- const categories = [`${config.ENV}:${eventType}`];
+ const categories = [`${config.ENV}:${eventType}`.toLowerCase()];
99
100
// get jwt token then encode it with base64
101
const body = {
0 commit comments