This commit is contained in:
syuilo 2019-07-12 03:17:31 +09:00
parent ebbf5268ac
commit 2cb032b0e0
1 changed files with 1 additions and 0 deletions

View File

@ -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, {