Skip to content
Snippets Groups Projects
Commit 2cb032b0 authored by syuilo's avatar syuilo
Browse files

Fix #5140

parent ebbf5268
No related branches found
No related tags found
No related merge requests found
......@@ -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, {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment