diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index 421fdbc..66f653d 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -372,13 +372,13 @@ class CommandorPage { reserve.source_from = this.device.model(); await this.mongoManager.saveReserveToDb(reserve.to_mongo_dict()) await this.deleteFromBlackList() - await this.resetBrowser() + // await this.resetBrowser() this.isTerminated = true } async saveToBlackList() { await this.mongoManager.saveBlackListToDb(new BlackListContactPojo(this.contact)) - await this.resetBrowser() + // await this.resetBrowser() this.isTerminated = true }