v2 fix transact
This commit is contained in:
4
dist/autoloaderV2.js
vendored
4
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Wed Dec 19 2018 17:09:29 GMT+0100 (CET)*/
|
||||
/*Generated on:Wed Dec 19 2018 17:12:10 GMT+0100 (CET)*/
|
||||
/*
|
||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||
* ===============================================
|
||||
@@ -17513,7 +17513,7 @@ class AutomaticDispose {
|
||||
UpdatePoliceSprechwunschToDone(WunschID) {
|
||||
let self = this;
|
||||
return self.ADisDB.transaction('rw', [self.ADisDB.ADisSprechwunschPolice], async () => {
|
||||
return self.ADisDB.ADisSprechwunschPolice.add({
|
||||
return self.ADisDB.ADisSprechwunschPolice.put({
|
||||
missionID: WunschID,
|
||||
done: 'true'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user