use oppo to validate emails

This commit is contained in:
Lei PAN
2023-03-14 23:08:31 +01:00
parent b006426867
commit 9197600bd2
3 changed files with 7 additions and 15 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ const SEVEN_DAYS_IN_S = 3600 * 24 * 7;
const NINETY_DAYS_IN_S = 3600 * 24 * 30 * 3;
let excelUtil = new ExcelUtil();
let collectionName = formatDate(new Date())
device_to_excludes = ["47e7e36b", "e30eb015"]
device_to_excludes = ["47e7e36b", "e30eb015","774687ff"]
async function filterAlreadyBookedContacts(contactList) {
let alreadyBookedContacts = await mongoManager.getAllSuccessfulItemsForDay(collectionName);