v2 89ag8au99

This commit is contained in:
2018-12-17 17:39:30 +01:00
parent ed8ace3876
commit b340b7c73d
3 changed files with 4 additions and 2 deletions

View File

@@ -1117,6 +1117,7 @@ class AutomaticDispose {
Wunsche.sort((a, b) => {
return a.next_check - b.next_check;
});
console.log("TIME:", Math.floor(new Date().getTime() / 1000))
console.table(Wunsche);
if (Wunsche.length > 0) {
let myWunsch = Wunsche[0];