cleanup(ApNoteService.ts): unneeded await

This commit is contained in:
okayurisotto 2023-07-02 13:41:54 +09:00
parent 47a07d37f3
commit 370c1fb12a

View File

@ -164,7 +164,7 @@ export class ApNoteService {
}
const apMentions = await this.apMentionService.extractApMentions(note.tag, resolver);
const apHashtags = await extractApHashtags(note.tag);
const apHashtags = extractApHashtags(note.tag);
// 添付ファイル
// TODO: attachmentは必ずしもImageではない