Skip to content

Commit

Permalink
adjusted the email sender
Browse files Browse the repository at this point in the history
  • Loading branch information
luisarevalo21 committed Dec 18, 2024
1 parent 4de52b7 commit 339a1fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/controllers/warningsController.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,15 @@ const sendEmailToUser = (
`${userAssignedWarning.email}`,
subjectTitle,
emailTemplate,
null,
adminEmails.toString(),
null,
);
} else if (sendEmail === 'issue blue square') {
emailSender(
`${userAssignedWarning.email}`,
`Blue Square issued for ${warningDescription}`,
null,
emailTemplate,
adminEmails.toString(),
null,
Expand Down

0 comments on commit 339a1fe

Please sign in to comment.