fix: Allow FreeBSD to start Backend without any issues
This commit is contained in:
parent
8a087e75a5
commit
24528ed0c3
6 changed files with 305 additions and 147 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue