mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
fix relation typo in abuse-user-reports
This commit is contained in:
parent
067c5d4500
commit
16891f8224
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue