This commit is contained in:
syuilo 2019-07-12 03:17:31 +09:00
parent ebbf5268ac
commit 2cb032b0e0

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