v2 update

This commit is contained in:
2018-11-28 20:13:58 +01:00
parent fcc1f7276d
commit 1a626c8997
3 changed files with 4 additions and 4 deletions

View File

@@ -136,7 +136,7 @@ class AutomaticDispose {
ADSettings() {
var res = {};
await this.ADisDB.ADisSettings.each((setting) => {
this.ADisDB.ADisSettings.each((setting) => {
res[setting.name] = setting.value;
});
return res;