forked from FoundKeyGang/FoundKey
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…
Reference in a new issue