From 00d03940a23d21ff2f86141bc0854ea68eed469f Mon Sep 17 00:00:00 2001 From: PAN Lei Date: Tue, 29 Nov 2022 13:15:01 +0100 Subject: [PATCH] not clear browser every time --- src/workers/CommandorPage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }