diff --git a/src/modules/notifications/notifications.constants.js b/src/modules/notifications/notifications.constants.js index 6e0b942..d2631b8 100644 --- a/src/modules/notifications/notifications.constants.js +++ b/src/modules/notifications/notifications.constants.js @@ -3,10 +3,12 @@ const TEMPLATE_CODES = { FORGOT_PASSWORD: 'FORGOT_PASSWORD', }; + const CHANNELS = { EMAIL: 'EMAIL', }; + module.exports = { TEMPLATE_CODES, CHANNELS,