From bf0d572838d434b447cfdf16fba6a4108cfc0dd5 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Wed, 27 Mar 2024 21:41:38 +0100 Subject: [PATCH] use store defined in contact list --- src/workers/CommandorPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;