From 8b84928473b03f083f9e8033e9a14e7a976e5ad8 Mon Sep 17 00:00:00 2001 From: Gowtham M Date: Tue, 28 Jul 2026 12:23:05 +0530 Subject: [PATCH 1/2] Test commit : GWM --- src/modules/notifications/notifications.constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/notifications/notifications.constants.js b/src/modules/notifications/notifications.constants.js index 6e0b942..71d685e 100644 --- a/src/modules/notifications/notifications.constants.js +++ b/src/modules/notifications/notifications.constants.js @@ -3,6 +3,7 @@ const TEMPLATE_CODES = { FORGOT_PASSWORD: 'FORGOT_PASSWORD', }; + const CHANNELS = { EMAIL: 'EMAIL', }; From 668a214b6401fdb05fb5f07c98d272e47ed4ca04 Mon Sep 17 00:00:00 2001 From: Gowtham M Date: Tue, 28 Jul 2026 12:44:35 +0530 Subject: [PATCH 2/2] Test commit : GWM --- src/modules/notifications/notifications.constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/notifications/notifications.constants.js b/src/modules/notifications/notifications.constants.js index 71d685e..d2631b8 100644 --- a/src/modules/notifications/notifications.constants.js +++ b/src/modules/notifications/notifications.constants.js @@ -8,6 +8,7 @@ const CHANNELS = { EMAIL: 'EMAIL', }; + module.exports = { TEMPLATE_CODES, CHANNELS,