Skip to content

Commit cabd5f9

Browse files
author
sachin-maheshwari
authored
Merge pull request #224 from topcoder-platform/revert-222-hotfix/disalbe-universal-email-notifications
Revert "[PROD] [HOTFIX] temporary disable universal email notifications"
2 parents 8afaa7e + 88c5e27 commit cabd5f9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/services/UniversalNotificationService.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,8 @@ function* handle(message) {
180180
case constants.SETTINGS_EMAIL_SERVICE_ID:
181181
if (validator(data, emailSchema)) {
182182
// find missing emails and userIds
183-
// temporary disable email notification on PROD until we get good working for email templates
184-
// yield completeMissingFields(data.details, true, true);
185-
// yield tcApiHelper.notifyUserViaEmail(data);
183+
yield completeMissingFields(data.details, true, true);
184+
yield tcApiHelper.notifyUserViaEmail(data);
186185
}
187186
break;
188187
case constants.SETTINGS_SLACK_SERVICE_ID:

0 commit comments

Comments
 (0)