Added staging tag to checkup email. Email footer bug fixed. #91

Merged
RabbIT09-n merged 5 commits from staging-tag-to-checkup-email into master 2020-02-06 22:43:57 +01:00
Showing only changes of commit eb4ab2e341 - Show all commits

View File

@@ -39,7 +39,7 @@ const notifyForNewSearchRequest = async searchRequest => {
console.log("[DEBUGGING]: Function notifyForNewSearchRequest-", stagingTag);
await sendEmail(
email,
`${stagingTag} Kivi - novi zahtstagingjev za pretragu`,
`${stagingTag} Kivi - novi zahtjev za pretragu`,
emailContent
);
};