fix updates not triggering
This commit is contained in:
parent
83b7b0934a
commit
141c755a37
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class Service {
|
||||||
for await (const _ of this.rules.receive_rule_update()) {
|
for await (const _ of this.rules.receive_rule_update()) {
|
||||||
await this.update_all_users_roles();
|
await this.update_all_users_roles();
|
||||||
}
|
}
|
||||||
});
|
})();
|
||||||
}
|
}
|
||||||
|
|
||||||
async update_all_users_roles() {
|
async update_all_users_roles() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue