From 2f6483e4f5459d0b4a2e83a982741768a4a1758b Mon Sep 17 00:00:00 2001 From: Reshmi <revas.nair@gmail.com> Date: Fri, 22 Dec 2023 09:57:09 +0530 Subject: [PATCH] Upload schedule changes --- backgroundWorker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backgroundWorker.js b/backgroundWorker.js index a656077..dca3f93 100644 --- a/backgroundWorker.js +++ b/backgroundWorker.js @@ -333,7 +333,7 @@ const performBackgroundTask = async () => { var email = emailTemplate.replace("${applicantName}",formSubmissionObj[0].institute.name); const emailData = { "recipientEmail":[formSubmissionObj[0].institute.email], - "emailSubject":"Inspection scheduled for KSIT", + "emailSubject":"Inspection scheduled for "+formSubmissionObj[0].institute.name, "emailBody":email }; sendEmailNotification(emailData); -- GitLab