refactor(ApPersonService.ts): eslint-disable-next-line

This commit is contained in:
okayurisotto 2023-07-02 19:07:15 +09:00
parent 8ee31e8002
commit be415a96f9

View file

@ -416,6 +416,7 @@ export class ApPersonService implements OnModuleInit {
}
//#endregion
// eslint-disable-next-line no-param-reassign
if (resolver == null) resolver = this.apResolverService.createResolver();
const object = hint ?? await resolver.resolve(uri);