mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-30 01:26:56 +00:00
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