Skip to content

Commit

Permalink
[bugfix] fix email subject (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo Vieira authored Aug 7, 2023
1 parent 26d2d91 commit 718ba4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/services/microcredit/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,12 +253,12 @@ export default class MicroCreditCreate {
submittedFormEmailNotificationSubtitle,
urlToApplicationForm,
submittedFormEmailNotificationViewApplication,
submittedFormEmailNotificationViewNextSteps
submittedFormEmailNotificationViewNextSteps,
submittedFormEmailNotificationSubject
};
const personalizations = [
{
to: [{ email: user.email }],
subject: submittedFormEmailNotificationSubject,
dynamicTemplateData
}
];
Expand Down

0 comments on commit 718ba4a

Please sign in to comment.