Skip to content

Commit

Permalink
Merge pull request #661 from Enterprise-CMCS/master
Browse files Browse the repository at this point in the history
Merge to Val
  • Loading branch information
benjaminpaige authored Jul 19, 2024
2 parents 555a0a9 + 2037953 commit 0a2861f
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 75 deletions.
2 changes: 1 addition & 1 deletion src/services/email/libs/bundle-lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ const getBundleFromEvent = (configKey, stage) => {
"submitterName",
"submitterEmail",
"authority",
"title",
"appkTitle",
"proposedEffectiveDateNice",
"ninetyDaysDate",
"additionalInformation",
Expand Down
2 changes: 1 addition & 1 deletion src/services/email/libs/data-lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const buildEmailData = async (bundle, data) => {
? process.env[dataType]
: `'${dataType} Substitute' <[email protected]>`;
break;

default:
returnObject[dataType] = data[dataType]
? data[dataType]
Expand Down
Loading

0 comments on commit 0a2861f

Please sign in to comment.