mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-30 21:14:12 +00:00 
			
		
		
		
	merge: Fix linter error in emojis endpoint (!758)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/758
This commit is contained in:
		
						commit
						e0bb796aff
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -54,7 +54,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint- | |||
| 				.where('host IS NULL') | ||||
| 				.orderBy('LOWER(category)', 'ASC') | ||||
| 				.orderBy('LOWER(name)', 'ASC') | ||||
| 				.getMany() | ||||
| 				.getMany(); | ||||
| 			return { | ||||
| 				emojis: await this.emojiEntityService.packSimpleMany(emojis), | ||||
| 			}; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue