v2 up 0390392

This commit is contained in:
2018-12-01 13:02:36 +01:00
parent 2a50c8b5da
commit 23e1e44c25
3 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Sat Dec 01 2018 13:00:41 GMT+0100 (CET)*/
/*Generated on:Sat Dec 01 2018 13:02:35 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18140,6 +18140,7 @@ class AutomaticDispose {
if (setting[runnerSettings] == 'true') {
return self.ADisDB.ADisMissions.where({
runner: Runner,
available: 'true',
done: 'false'
}).and(function (item) {
return item.next_check <= Math.floor(new Date().getTime() / 1000)