refactor: fix types
This commit is contained in:
		| @@ -56,7 +56,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { | ||||
| 			await this.db.queryResultCache!.remove(['meta_emojis']); | ||||
| 		 | ||||
| 			this.globalEventService.publishBroadcastStream('emojiUpdated', { | ||||
| 				emojis: await this.emojiEntityService.packMany(ps.ids), | ||||
| 				emojis: await this.emojiEntityService.packDetailedMany(ps.ids), | ||||
| 			}); | ||||
| 		}); | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo