Skip to content

Commit 36f630d

Browse files
author
Sachin Maheshwari
committed
removing two times domain name from topic
1 parent 99e7147 commit 36f630d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

connect/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ module.exports = {
6868
},
6969
EMAIL: {
7070
// TODO: after a proper named email topic is created, this is being used as the email event's topic
71-
GENERAL: 'connect.notification.email.connect.project.notifications.generic',
72-
BUNDLED: 'connect.notification.email.connect.project.notifications.bundled',
71+
GENERAL: 'connect.notification.email.project.notifications.generic',
72+
BUNDLED: 'connect.notification.email.project.notifications.bundled',
7373
},
7474
},
7575
};

constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77

88
BUS_API_EVENT: {
99
EMAIL: {
10-
GENERAL: 'connect.notification.email.connect.project.notifications.generic',
10+
GENERAL: 'connect.notification.email.project.notifications.generic',
1111
},
1212
},
1313
};

0 commit comments

Comments
 (0)