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:
@@ -125,9 +125,9 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
|
|||||||
.leftJoinAndSelect('report.targetUserProfile', 'targetUserProfile')
|
.leftJoinAndSelect('report.targetUserProfile', 'targetUserProfile')
|
||||||
.leftJoinAndSelect('report.targetUserInstance', 'targetUserInstance')
|
.leftJoinAndSelect('report.targetUserInstance', 'targetUserInstance')
|
||||||
.leftJoinAndSelect('report.reporter', 'reporter')
|
.leftJoinAndSelect('report.reporter', 'reporter')
|
||||||
.leftJoinAndSelect('report.reporterUserProfile', 'reporterUserProfile')
|
.leftJoinAndSelect('report.reporterProfile', 'reporterProfile')
|
||||||
.leftJoinAndSelect('report.assignee', 'assignee')
|
.leftJoinAndSelect('report.assignee', 'assignee')
|
||||||
.leftJoinAndSelect('report.assigneeUserProfile', 'assigneeUserProfile')
|
.leftJoinAndSelect('report.assigneeProfile', 'assigneeProfile')
|
||||||
;
|
;
|
||||||
|
|
||||||
switch (ps.state) {
|
switch (ps.state) {
|
||||||
|
|||||||
Reference in New Issue
Block a user