@platform-x/hep-notification-client 1.2.6 → 1.2.7

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.
@@ -227,7 +227,7 @@ class EmailHandler {
227
227
  sendEmailWithPersonalizations(emailConfig, email_from) {
228
228
  return __awaiter(this, void 0, void 0, function* () {
229
229
  logger_1.Logger.info(`EmailHandler: Reached sendEmailWithPersonalizations method with emailConfig: ${JSON.stringify(emailConfig)}`, 'sendEmailWithPersonalizations');
230
- logger_1.Logger.info(`EMAIL_FROM-------> ${config_1.default === null || config_1.default === void 0 ? void 0 : config_1.default.EMAIL_FROM}`, 'triggerEmails');
230
+ logger_1.Logger.info(`EMAIL_FROM-------> ${email_from}`, 'triggerEmails');
231
231
  const Mail = sgHelpers.classes.Mail;
232
232
  // let email_from = isCFF ? config?.CFF_MAIL_FROM : config?.EMAIL_FROM;
233
233
  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.6",
3
+ "version": "1.2.7",
4
4
  "description": "@platform-x/hep-notification-client",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",