- its sign, not sing :D

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-04-03 13:47:40 -04:00
parent 3eb010285d
commit e51f72ff98
2 changed files with 8 additions and 2 deletions

View File

@@ -9,6 +9,12 @@ const moment = require("moment");
// - footer - The footer of the email
// - dateLine - The date line of the email
// Google cloud scheduler / Hasura Cron Jobs (Preferred)
// Reminders every x mins
// Event Trigger
// TODO use InstanceDynamicManager on the footer default to prevent the word IMEX from being hardcoded
const generateEmailTemplate = (strings) => {
let now = () =>moment().format('MM/DD/YYYY @ hh:mm a');