optimization

This commit is contained in:
2022-11-21 14:06:08 +01:00
parent 923b2f1dc2
commit 621fa57f92
+3 -3
View File
@@ -59,10 +59,10 @@ async function filterBlacklistedContacts(contactList) {
console.log("contact in blacklist -->skip");
}
}
if (needToBook) {
contactsToBook.push(contact)
}
})
if (needToBook) {
contactsToBook.push(contact)
}
})
return contactsToBook;
}