fix removable tasks
This commit is contained in:
@@ -59,7 +59,7 @@ const mail = {
|
||||
}
|
||||
return email.send(msg)
|
||||
.catch(e => {
|
||||
debug('Error sending email =>', e)
|
||||
debug('Error sending email =>', e.toString())
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user