From 88c5e27e906b6c112ab2f661cc160ae8ed185d01 Mon Sep 17 00:00:00 2001 From: maxceem Date: Thu, 28 Oct 2021 13:47:21 +0300 Subject: [PATCH] Revert "[PROD] [HOTFIX] temporary disable universal email notifications" --- src/services/UniversalNotificationService.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/services/UniversalNotificationService.js b/src/services/UniversalNotificationService.js index 3880ad1..f4927e6 100644 --- a/src/services/UniversalNotificationService.js +++ b/src/services/UniversalNotificationService.js @@ -180,9 +180,8 @@ function* handle(message) { case constants.SETTINGS_EMAIL_SERVICE_ID: if (validator(data, emailSchema)) { // find missing emails and userIds - // temporary disable email notification on PROD until we get good working for email templates - // yield completeMissingFields(data.details, true, true); - // yield tcApiHelper.notifyUserViaEmail(data); + yield completeMissingFields(data.details, true, true); + yield tcApiHelper.notifyUserViaEmail(data); } break; case constants.SETTINGS_SLACK_SERVICE_ID: