fix updates not triggering

This commit is contained in:
Matthieu Jolimaitre 2024-02-05 17:40:13 +01:00
parent 83b7b0934a
commit 141c755a37

View file

@ -79,7 +79,7 @@ class Service {
for await (const _ of this.rules.receive_rule_update()) {
await this.update_all_users_roles();
}
});
})();
}
async update_all_users_roles() {