cleanup(ApNoteService.ts
): 重要でないas
を削除
This commit is contained in:
parent
688ad27d08
commit
c2b184b085
|
@ -260,7 +260,7 @@ export class ApNoteService {
|
|||
|
||||
const emojis = await this.extractEmojis(note.tag ?? [], actor.host).catch(e => {
|
||||
this.logger.info(`extractEmojis: ${e}`);
|
||||
return [] as Emoji[];
|
||||
return [];
|
||||
});
|
||||
|
||||
const apEmojis = emojis.map(emoji => emoji.name);
|
||||
|
|
Loading…
Reference in a new issue