Skip to content

Commit

Permalink
chore: add more receipients to application submission mail
Browse files Browse the repository at this point in the history
  • Loading branch information
RRanath committed Sep 24, 2024
1 parent 92b19ce commit 8de5aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const notifyApplicationSubmission: EmailTemplateProvider = (
url: string
): EmailTemplate => {
return {
emailTo: [71, 34, 70, 1, 3, 72],
emailTo: [71, 34, 70, 1, 3, 72, 111, 112, 10, 11, 146],
emailCC: [],
tag: 'application-submitted',
subject: `CCBC Application received`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('notifyApplicationSubmission template', () => {

expect(emailTemplate).toEqual(
expect.objectContaining({
emailTo: [71, 34, 70, 1, 3, 72],
emailTo: [71, 34, 70, 1, 3, 72, 111, 112, 10, 11, 146],
emailCC: [],
tag: 'application-submitted',
subject: 'CCBC Application received',
Expand Down

0 comments on commit 8de5aac

Please sign in to comment.