diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index 0f579fb..ec4ee84 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -448,7 +448,7 @@ class CommandorPage { // page.focus(PREFER_STORE); await delay(500) // page.click(PREFER_STORE); - let stores = this.selectedStore.split(":") + let stores = this.contact.store.split(":") this.choosedStore = stores[Math.floor(Math.random() * stores.length)] await page.select(PREFER_STORE, this.choosedStore); }