Skip to content

Commit

Permalink
chore: soptless 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
kckc0608 committed Oct 30, 2024
1 parent b18bea5 commit f9051e4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ public StudyStatisticsResponse getStudyStatistics(Long studyId) {
.toList();

long averageAttendanceRate = calculateAverageWeekAttendanceRate(studyWeekStatisticsResponses);
long averageAssignmentSubmissionRate = calculateAverageWeekAssignmentSubmissionRate(studyWeekStatisticsResponses);
long averageAssignmentSubmissionRate =
calculateAverageWeekAssignmentSubmissionRate(studyWeekStatisticsResponses);

return StudyStatisticsResponse.of(
totalStudentCount,
Expand Down

0 comments on commit f9051e4

Please sign in to comment.