Skip to content

Commit

Permalink
Update webapp/src/Service/SubmissionService.php
Browse files Browse the repository at this point in the history
Co-authored-by: MCJ Vasseur <[email protected]>
  • Loading branch information
as6325400 and vmcj authored Sep 23, 2024
1 parent c691776 commit f6ea7fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webapp/src/Service/SubmissionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,6 @@ public function getSubmissionFileResponse(Submission $submission): StreamedRespo

public function getSubmissionFileCount(Submission $submission): int
{
$files = $submission->getFiles();
return count($files);
return count($submission->getFiles());
}
}

0 comments on commit f6ea7fc

Please sign in to comment.