v2 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: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,
|
||||
|
||||
Reference in New Issue
Block a user