Skip to content

Commit

Permalink
missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
venix12 committed Jan 26, 2024
1 parent 1644f2f commit eaed244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/ContestsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function judge($id)

$contestJson = json_item($contest, new ContestTransformer(), [
'entries.current_user_judge_vote.scores',
'scoring_categories'
'scoring_categories',
]);

return ext_view('contests.judge', [
Expand Down

0 comments on commit eaed244

Please sign in to comment.