cleanup(ApNoteService.ts): 不要なasを削除

This commit is contained in:
okayurisotto 2023-07-02 14:11:51 +09:00
parent f688d7a933
commit 8b3641eabe

View file

@ -379,7 +379,7 @@ export class ApNoteService {
publicUrl: tag.icon!.url, publicUrl: tag.icon!.url,
updatedAt: new Date(), updatedAt: new Date(),
aliases: [], aliases: [],
} as Partial<Emoji>).then(x => this.emojisRepository.findOneByOrFail(x.identifiers[0])); }).then(x => this.emojisRepository.findOneByOrFail(x.identifiers[0]));
})); }));
} }
} }