From 29e8448f0f0f3c7405bbed6ab955421cc1473111 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Fri, 21 Apr 2023 15:56:07 +0200 Subject: [PATCH] correction on save result --- 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 a8029e3..c0ae618 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -439,7 +439,7 @@ class CommandorPage { return } // save to mongoDb - let reserve = ReserveResultPojo.create_from_contact(this.contact, id, this.page.url(), this.choosedStore, publishType); + let reserve = ReserveResultPojo.create_from_contact(this.contact, id, url, this.choosedStore, publishType); reserve.source_from = this.device.model(); await this.mongoManager.saveReserveToDb(reserve.to_mongo_dict()) await this.deleteFromBlackList()