v2 transact

This commit is contained in:
2018-12-19 17:49:39 +01:00
parent d52137df95
commit 88b26a7f91
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Wed Dec 19 2018 17:48:10 GMT+0100 (CET)*/
/*Generated on:Wed Dec 19 2018 17:49:39 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18401,7 +18401,7 @@ class AutomaticDispose {
// })
return self.ADisDB.transaction('rw!', [self.ADisDB.ADisMissions, self.ADisDB.ADisAvailabelMissions], async () => {
return await self.ADSettings().then((setting) => {
return await self.ADSettings().then(async (setting) => {
if (setting[runnerSettings] == 'true') {
return await self.ADisDB.ADisMissions.where({
runner: Runner,