v2 uagf9a0guio

This commit is contained in:
2018-12-17 21:04:54 +01:00
parent 77fe05fc4b
commit 46efccd53a
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Mon Dec 17 2018 21:03:06 GMT+0100 (CET)*/
/*Generated on:Mon Dec 17 2018 21:04:54 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18733,8 +18733,8 @@ class AutomaticDispose {
self.ADSettings().then((setting) => {
if (setting[runnerSettings] == 'true') {
let where = {
missionID: self.MissionID,
runner: self.MyRunner,
runner: Runner,
available: 'true',
done: 'false'
}
var coll = self.ADisDB.ADisMissions.where(where)