optimization
This commit is contained in:
+1
-1
@@ -59,11 +59,11 @@ async function filterBlacklistedContacts(contactList) {
|
||||
console.log("contact in blacklist -->skip");
|
||||
}
|
||||
}
|
||||
})
|
||||
if (needToBook) {
|
||||
contactsToBook.push(contact)
|
||||
}
|
||||
})
|
||||
})
|
||||
return contactsToBook;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user