optimization
This commit is contained in:
+3
-3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user