Commit 428fef1c authored by Mark Harding's avatar Mark Harding

(fix): set appeals not appeal

1 merge request!100Epic/reporting and moderation
Pipeline #61842702 failed with stages
in 5 minutes and 10 seconds
......@@ -249,7 +249,7 @@ class Repository
$this->buildDecisions($this->mapToAssoc($row['initial_jury']))
: null
)
->setAppealJuryDecision(
->setAppealJuryDecisions(
isset($row['appeal_jury']) ?
$this->buildDecisions($this->mapToAssoc($row['appeal_jury']))
: null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment