v2 up transact

This commit is contained in:
2018-12-19 17:18:58 +01:00
parent cb049224dd
commit fdffe19a11
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Wed Dec 19 2018 17:16:34 GMT+0100 (CET)*/
/*Generated on:Wed Dec 19 2018 17:18:57 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:Wed Dec 19 2018 17:16:34 GMT+0100 (CET)*/
/*Generated on:Wed Dec 19 2018 17:18:57 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -17202,7 +17202,7 @@ class AutomaticDispose {
// -
RemovePoliceSprechwunschFromQueue(WunschID) {
let self = this;
return self.ADisDB.transaction('rw', [self.ADisDB.ADisSprechwunsch], async () => {
return self.ADisDB.transaction('rw', [self.ADisDB.ADisSprechwunschPolice], async () => {
return this.ADisDB.ADisSprechwunschPolice.where({
missionID: WunschID
}).delete();
+1 -1
View File
@@ -195,7 +195,7 @@ class AutomaticDispose {
// -
RemovePoliceSprechwunschFromQueue(WunschID) {
let self = this;
return self.ADisDB.transaction('rw', [self.ADisDB.ADisSprechwunsch], async () => {
return self.ADisDB.transaction('rw', [self.ADisDB.ADisSprechwunschPolice], async () => {
return this.ADisDB.ADisSprechwunschPolice.where({
missionID: WunschID
}).delete();