chore(email): force value to boolean in account deletion check
This commit is contained in:
Родитель
2e9b9e65b1
Коммит
a00dcac4da
|
@ -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
|
* Code below will fetch the email record and if it is an unverified new account then it will delete
|
||||||
* the account.
|
* the account.
|
||||||
*/
|
*/
|
||||||
const suggestAccountDeletion = !! bounce && bounce.bounceType
|
const suggestAccountDeletion = !! bounce.bounceType
|
||||||
const work = []
|
const work = []
|
||||||
|
|
||||||
if (emailIsValid) {
|
if (emailIsValid) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче