This commit is contained in:
@@ -120,11 +120,13 @@ export async function getReports(db: Database, values: GetReportsReq) {
|
||||
createdAt: report.createdAt,
|
||||
reporter: {
|
||||
id: reporter.id,
|
||||
username: reporter.username
|
||||
username: reporter.username,
|
||||
uuid: reporter.uuid
|
||||
},
|
||||
reported: {
|
||||
id: reported.id,
|
||||
username: reported.username
|
||||
username: reported.username,
|
||||
uuid: reported.uuid
|
||||
},
|
||||
status: {
|
||||
status: reportStatus.status,
|
||||
|
||||
Reference in New Issue
Block a user