v2 updmaijaviß0aifp

This commit is contained in:
2018-12-01 14:35:13 +01:00
parent afb4b469ff
commit 30db3b9c0c
3 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Sat Dec 01 2018 14:32:40 GMT+0100 (CET)*/
/*Generated on:Sat Dec 01 2018 14:35:13 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18036,6 +18036,9 @@ class AutomaticDispose {
}).limit(1)
}
}).then((Missions) => {
if (typeof Mission === "undefined"){
return;
}
return Missions.count((count) => {
if (count > 0) {
return Missions.each(() => {