From 8b84928473b03f083f9e8033e9a14e7a976e5ad8 Mon Sep 17 00:00:00 2001 From: Gowtham M Date: Tue, 28 Jul 2026 12:23:05 +0530 Subject: [PATCH] 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', };