refactor(ApPersonService.ts
): function return type
This commit is contained in:
parent
58abc86def
commit
d3e23d9875
|
@ -97,7 +97,7 @@ export class ApPersonService implements OnModuleInit {
|
|||
) {
|
||||
}
|
||||
|
||||
onModuleInit() {
|
||||
onModuleInit(): void {
|
||||
this.utilityService = this.moduleRef.get('UtilityService');
|
||||
this.userEntityService = this.moduleRef.get('UserEntityService');
|
||||
this.driveFileEntityService = this.moduleRef.get('DriveFileEntityService');
|
||||
|
|
Loading…
Reference in a new issue