1
0

chore: add quotes to RoleService

This commit is contained in:
Marie
2025-02-07 15:09:53 +01:00
parent 24528ed0c3
commit ef90b2e5a7
+1 -1
View File
@@ -58,7 +58,7 @@ export class UserListService implements OnApplicationShutdown, OnModuleInit {
}
async onModuleInit() {
this.roleService = this.moduleRef.get(RoleService);
this.roleService = this.moduleRef.get('RoleService');
}
@bindThis