v2 up a80gu930joaif

This commit is contained in:
2018-12-17 17:48:24 +01:00
parent c7f627f392
commit 1d1fe5f9f6
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Mon Dec 17 2018 17:42:04 GMT+0100 (CET)*/
/*Generated on:Mon Dec 17 2018 17:48:24 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18692,7 +18692,7 @@ class AutomaticDispose {
AddMissionsToQueue(Mission) {
const self = this;
return self.ADisDB.ADisMissions.put({
missionID: Mission.id,
missionID: Mission.missionID,
type: Mission.type,
runner: Mission.runner,
name: Mission.name,