cleanup(ApNoteService.ts
): deadcode
This commit is contained in:
parent
394678e444
commit
c788cbb195
|
@ -331,8 +331,6 @@ export class ApNoteService {
|
|||
// eslint-disable-next-line no-param-reassign
|
||||
host = this.utilityService.toPuny(host);
|
||||
|
||||
if (!tags) return [];
|
||||
|
||||
const eomjiTags = toArray(tags).filter(isEmoji);
|
||||
|
||||
const existingEmojis = await this.emojisRepository.findBy({
|
||||
|
|
Loading…
Reference in a new issue