1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 12:14:18 +00:00

fix relation typo in abuse-user-reports

This commit is contained in:
Hazelnoot
2025-05-28 02:34:14 -04:00
parent 067c5d4500
commit 16891f8224

View File

@@ -125,9 +125,9 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
.leftJoinAndSelect('report.targetUserProfile', 'targetUserProfile')
.leftJoinAndSelect('report.targetUserInstance', 'targetUserInstance')
.leftJoinAndSelect('report.reporter', 'reporter')
.leftJoinAndSelect('report.reporterUserProfile', 'reporterUserProfile')
.leftJoinAndSelect('report.reporterProfile', 'reporterProfile')
.leftJoinAndSelect('report.assignee', 'assignee')
.leftJoinAndSelect('report.assigneeUserProfile', 'assigneeUserProfile')
.leftJoinAndSelect('report.assigneeProfile', 'assigneeProfile')
;
switch (ps.state) {