v2 UP 9af8ua09321

This commit is contained in:
2018-12-03 15:48:34 +01:00
parent 1c53ed7e19
commit b9b7e70d87
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Mon Dec 03 2018 14:32:40 GMT+0100 (CET)*/
/*Generated on:Mon Dec 03 2018 15:48:33 GMT+0100 (CET)*/
var AutomaticDispose_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime();
+2 -2
View File
@@ -1,4 +1,4 @@
/*Generated on:Mon Dec 03 2018 14:32:40 GMT+0100 (CET)*/
/*Generated on:Mon Dec 03 2018 15:48:33 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18608,7 +18608,7 @@ class AutomaticDispose {
const self = this;
return self.ADisDB.ADisMissions.update(MissionID, {
last_check: Math.floor(new Date().getTime() / 1000),
next_check: Math.floor(new Date().getTime() / 1000) + 120
next_check: Math.floor(new Date().getTime() / 1000) + 60
}).catch((err) => {
console.error(err)
})