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,