diff --git a/lib/email/bounces.js b/lib/email/bounces.js index 38370d30..2a73f845 100644 --- a/lib/email/bounces.js +++ b/lib/email/bounces.js @@ -144,7 +144,7 @@ module.exports = function (log, error) { * Code below will fetch the email record and if it is an unverified new account then it will delete * the account. */ - const suggestAccountDeletion = !! bounce && bounce.bounceType + const suggestAccountDeletion = !! bounce.bounceType const work = [] if (emailIsValid) {