v2 up transact
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user