Pull merge

This commit is contained in:
Douglas Barone 2020-11-11 08:47:03 -04:00
parent 2e1c579097
commit ce29ae06e6

View File

@ -9,10 +9,6 @@ function logMsg(msg) {
logMsg('Scheduling tasks') logMsg('Scheduling tasks')
function logMsg(msg) {
console.log(`[${format(new Date(), 'HH:MM')}] cron: ${msg}`)
}
cron.schedule( cron.schedule(
'*/5 * * * *', '*/5 * * * *',
async () => { async () => {