From 339a1fe7a4ffc0e56b1008d66950e57649fa85e5 Mon Sep 17 00:00:00 2001 From: luisarevalo21 Date: Tue, 17 Dec 2024 20:05:15 -0800 Subject: [PATCH] adjusted the email sender --- src/controllers/warningsController.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/controllers/warningsController.js b/src/controllers/warningsController.js index e75c9f84c..08515c207 100644 --- a/src/controllers/warningsController.js +++ b/src/controllers/warningsController.js @@ -185,6 +185,7 @@ const sendEmailToUser = ( `${userAssignedWarning.email}`, subjectTitle, emailTemplate, + null, adminEmails.toString(), null, ); @@ -192,6 +193,7 @@ const sendEmailToUser = ( emailSender( `${userAssignedWarning.email}`, `Blue Square issued for ${warningDescription}`, + null, emailTemplate, adminEmails.toString(), null,