mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	requested changes
This commit is contained in:
		
							parent
							
								
									62964c45f8
								
							
						
					
					
						commit
						716f203171
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -54,7 +54,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
 | 
			
		|||
 | 
			
		||||
		private emojiEntityService: EmojiEntityService,
 | 
			
		||||
	) {
 | 
			
		||||
		super(meta, paramDef, async () => {
 | 
			
		||||
		super(meta, paramDef, async (ps, me) => {
 | 
			
		||||
			const emojis = await this.emojisRepository.createQueryBuilder()
 | 
			
		||||
				.where('host IS NULL')
 | 
			
		||||
				.orderBy('LOWER(category)', 'ASC')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue