Skip to content

Commit

Permalink
feat(api): add selfAccountDeletionTemplateId to mailer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lego-technix committed Dec 5, 2024
1 parent d12982d commit 7e83195
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/src/shared/mail/infrastructure/services/mailer.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ class Mailer {
get targetProfileNotCertifiableTemplateId() {
return mailing[this._providerName].templates.targetProfileNotCertifiableTemplateId;
}

get selfAccountDeletionTemplateId() {
return mailing[this._providerName].templates.selfAccountDeletionTemplateId;
}
}

const mailer = new Mailer();
Expand Down

0 comments on commit 7e83195

Please sign in to comment.