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 committed Sep 27, 2024
1 parent c79ccc4 commit 7e61cba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/src/Service/SubmissionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,6 @@ public function getSubmissionFileResponse(Submission $submission): StreamedRespo
]);
}


public function getSubmissionFileCount(Submission $submission): int
{
return count($submission->getFiles());
Expand Down

0 comments on commit 7e61cba

Please sign in to comment.