mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Fix #5140
This commit is contained in:
		
							parent
							
								
									ebbf5268ac
								
							
						
					
					
						commit
						2cb032b0e0
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -14,6 +14,7 @@ export class AbuseUserReportRepository extends Repository<AbuseUserReport> {
 | 
			
		|||
		return await awaitAll({
 | 
			
		||||
			id: report.id,
 | 
			
		||||
			createdAt: report.createdAt,
 | 
			
		||||
			comment: report.comment,
 | 
			
		||||
			reporterId: report.reporterId,
 | 
			
		||||
			userId: report.userId,
 | 
			
		||||
			reporter: Users.pack(report.reporter || report.reporterId, null, {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue