fix removable tasks

This commit is contained in:
les
2020-01-30 17:48:09 +01:00
parent 2828642515
commit c6e4569009
4 changed files with 25 additions and 27 deletions

View File

@@ -59,7 +59,7 @@ const mail = {
}
return email.send(msg)
.catch(e => {
debug('Error sending email =>', e)
debug('Error sending email =>', e.toString())
})
}
}