support de message queue
This commit is contained in:
@@ -19,7 +19,11 @@ class ExcelUtil {
|
||||
if (store === undefined || store.length === 0) {
|
||||
store = "random"
|
||||
}
|
||||
let newContact = new ContactPojo(phoneNumber, passportNumber, lastName, firstName, mail, store);
|
||||
let ipCountry = info[5];
|
||||
if (ipCountry === undefined || ipCountry.length === 0) {
|
||||
ipCountry = "FR"
|
||||
}
|
||||
let newContact = new ContactPojo(phoneNumber, passportNumber, lastName, firstName, mail, store, ipCountry);
|
||||
contactList.push(newContact);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user