v2 up handler my Runenr to self.myrunner

This commit is contained in:
2018-12-02 09:58:27 +01:00
parent aa1f0feb0c
commit ab826a50e1
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Sun Dec 02 2018 09:57:46 GMT+0100 (CET)*/
/*Generated on:Sun Dec 02 2018 09:58:27 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18280,7 +18280,7 @@ class AutomaticDispose {
if (setting[self.MyRunnerSettings] != 'true') {
return self.ADisDB.ADisMissions.where({
missionID: self.MissionID,
runner: MyRunner,
runner: self.MyRunner,
done: 'false'
}).and(function (item) {
return item.next_check <= Math.floor(new Date().getTime() / 1000)