1
0

merge: Enable FreeBSD to be used for deployment (!887)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/887

Closes #928

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
This commit is contained in:
Marie
2025-02-07 20:37:50 +00:00
5 changed files with 304 additions and 146 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ export class UserListService implements OnApplicationShutdown, OnModuleInit {
}
async onModuleInit() {
this.roleService = this.moduleRef.get(RoleService.name);
this.roleService = this.moduleRef.get('RoleService');
}
@bindThis