v2 update
This commit is contained in:
@@ -135,9 +135,10 @@ class AutomaticDispose {
|
||||
}
|
||||
|
||||
ADSettings() {
|
||||
let that = this;
|
||||
return (async () => {
|
||||
var res = {};
|
||||
await this.ADisDB.ADisSettings.each((setting) => {
|
||||
await that.ADisDB.ADisSettings.each((setting) => {
|
||||
res[setting.name] = setting.value;
|
||||
});
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user