mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Return false if can not send with Mailjet
This commit is contained in:
parent
febe39309b
commit
2f6ef5e447
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ const sendWithMailJet = async (
|
|||
})
|
||||
} catch (err) {
|
||||
logger.error('error sending with mailjet', { err })
|
||||
return false
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue