mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-25 00:49:17 +09:00
refactor(ApQuestionService.ts
): eslint-disable-next-line
This commit is contained in:
parent
fcc60421e2
commit
f70fd08306
@ -82,6 +82,7 @@ export class ApQuestionService {
|
||||
//#endregion
|
||||
|
||||
// resolve new Question object
|
||||
// eslint-disable-next-line no-param-reassign
|
||||
if (resolver == null) resolver = this.apResolverService.createResolver();
|
||||
const question = await resolver.resolve(value) as IQuestion;
|
||||
this.logger.debug(`fetched question: ${JSON.stringify(question, null, 2)}`);
|
||||
|
Loading…
Reference in New Issue
Block a user