optimization

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