refactor(ApPersonService.ts): eslint-disable-next-line
This commit is contained in:
parent
39ad3da62d
commit
44a1b6d5c0
1 changed files with 1 additions and 0 deletions
|
|
@ -230,6 +230,7 @@ export class ApPersonService implements OnModuleInit {
|
|||
throw new StatusError('cannot resolve local user', 400, 'cannot resolve local user');
|
||||
}
|
||||
|
||||
// eslint-disable-next-line no-param-reassign
|
||||
if (resolver == null) resolver = this.apResolverService.createResolver();
|
||||
|
||||
const object = await resolver.resolve(uri) as any;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue