mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24: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({
 | 
							return await awaitAll({
 | 
				
			||||||
			id: report.id,
 | 
								id: report.id,
 | 
				
			||||||
			createdAt: report.createdAt,
 | 
								createdAt: report.createdAt,
 | 
				
			||||||
 | 
								comment: report.comment,
 | 
				
			||||||
			reporterId: report.reporterId,
 | 
								reporterId: report.reporterId,
 | 
				
			||||||
			userId: report.userId,
 | 
								userId: report.userId,
 | 
				
			||||||
			reporter: Users.pack(report.reporter || report.reporterId, null, {
 | 
								reporter: Users.pack(report.reporter || report.reporterId, null, {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue