diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index 642b349..c48a3aa 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -80,7 +80,7 @@ class CommandorPage { constructor(contact, device, sender, mongoManager, selectedStore = DEFAULT_STORE, audioAnalyse = false, alertBeep = false, port = 9000, shareCookiesWithRequests = true) { this.contact = contact; // to remove this line if we want to use store in contacts - this.contact.store = DEFAULT_STORE + // this.contact.store = DEFAULT_STORE this.device = device; this.mongoManager = mongoManager; this.selectedStore = selectedStore;