chore: add quotes to RoleService
This commit is contained in:
parent
24528ed0c3
commit
ef90b2e5a7
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ export class UserListService implements OnApplicationShutdown, OnModuleInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
async onModuleInit() {
|
async onModuleInit() {
|
||||||
this.roleService = this.moduleRef.get(RoleService);
|
this.roleService = this.moduleRef.get('RoleService');
|
||||||
}
|
}
|
||||||
|
|
||||||
@bindThis
|
@bindThis
|
||||||
|
|
Loading…
Add table
Reference in a new issue