cleanup(ApNoteService.ts): 不要なasを削除
				
					
				
			This commit is contained in:
		| @@ -379,7 +379,7 @@ export class ApNoteService { | ||||
| 				publicUrl: tag.icon!.url, | ||||
| 				updatedAt: new Date(), | ||||
| 				aliases: [], | ||||
| 			} as Partial<Emoji>).then(x => this.emojisRepository.findOneByOrFail(x.identifiers[0])); | ||||
| 			}).then(x => this.emojisRepository.findOneByOrFail(x.identifiers[0])); | ||||
| 		})); | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 okayurisotto
					okayurisotto