v2 up fiacalm

This commit is contained in:
2018-11-28 21:11:48 +01:00
parent daaddcafa0
commit ef331ec550
3 changed files with 6 additions and 6 deletions

View File

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