not clear browser every time

This commit is contained in:
2022-11-29 13:15:01 +01:00
parent ee0e0513dc
commit 00d03940a2
+2 -2
View File
@@ -372,13 +372,13 @@ class CommandorPage {
reserve.source_from = this.device.model(); reserve.source_from = this.device.model();
await this.mongoManager.saveReserveToDb(reserve.to_mongo_dict()) await this.mongoManager.saveReserveToDb(reserve.to_mongo_dict())
await this.deleteFromBlackList() await this.deleteFromBlackList()
await this.resetBrowser() // await this.resetBrowser()
this.isTerminated = true this.isTerminated = true
} }
async saveToBlackList() { async saveToBlackList() {
await this.mongoManager.saveBlackListToDb(new BlackListContactPojo(this.contact)) await this.mongoManager.saveBlackListToDb(new BlackListContactPojo(this.contact))
await this.resetBrowser() // await this.resetBrowser()
this.isTerminated = true this.isTerminated = true
} }