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()