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