v2 up doaf0

This commit is contained in:
2018-11-28 20:27:38 +01:00
parent 04747a0b1a
commit 48e6ca8d65
3 changed files with 6 additions and 6 deletions

View File

@@ -137,8 +137,8 @@ class AutomaticDispose {
ADSettings() {
let that = this;
return new Promise((resolve, reject) =>{
res = {};
await that.ADisDB.ADisSettings.each((setting) => {
res = {};
that.ADisDB.ADisSettings.each((setting) => {
res[setting.name] = setting.value;
});
resolve(res);