add georgev or faubourg options

This commit is contained in:
2022-09-19 21:24:14 +02:00
parent 6d1543570a
commit b80385b21d
3 changed files with 6 additions and 5 deletions
-3
View File
@@ -70,9 +70,6 @@ async function startBookWithNumbers(startNumber, endNumber, selectedStore, pathT
alert("联系人数为0")
return
}
contactList.forEach((contact) => {
console.log(contact.mail)
})
mongoManager.connect().then(r => {
filterAlreadyBookedContacts(contactList).then(listToBook => {
console.log("number of contacts to book:" + listToBook.length)