- its sign, not sing :D
Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user