1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 15:35:14 +02:00

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);