fix: Allow FreeBSD to start Backend without any issues

This commit is contained in:
Marie 2025-02-06 22:54:47 +01:00
parent 8a087e75a5
commit 24528ed0c3
6 changed files with 305 additions and 147 deletions

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