@platform-x/hep-notification-client 1.2.3 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -229,7 +229,7 @@ class EmailHandler {
229
229
  sendEmailWithPersonalizations(emailConfig, email_from) {
230
230
  return __awaiter(this, void 0, void 0, function* () {
231
231
  logger_1.Logger.info(`EmailHandler: Reached sendEmailWithPersonalizations method with emailConfig: ${JSON.stringify(emailConfig)}`, 'sendEmailWithPersonalizations');
232
- logger_1.Logger.info(`EMAIL_FROM-------> ${config_1.default === null || config_1.default === void 0 ? void 0 : config_1.default.EMAIL_FROM}`, 'triggerEmails');
232
+ logger_1.Logger.info(`EMAIL_FROM-------> ${email_from}`, 'triggerEmails');
233
233
  const Mail = sgHelpers.classes.Mail;
234
234
  // let email_from = isCFF ? config?.CFF_MAIL_FROM : config?.EMAIL_FROM;
235
235
  logger_1.Logger.info('sendEmailWithPersonalizations : Email From:', JSON.stringify(email_from));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platform-x/hep-notification-client",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "@platform-x/hep-notification-client",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",