We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ae203 commit 8fcfe9bCopy full SHA for 8fcfe9b
src/main/java/com/somemore/volunteer/service/VolunteerQueryService.java
@@ -81,6 +81,7 @@ public String getNicknameById(UUID id) {
81
public VolunteerRankingResponseDto getRankingByHours() {
82
List<VolunteerOverviewForRankingByHours> rankingByVolunteerHours = volunteerRepository.findRankingByVolunteerHours();
83
return VolunteerRankingResponseDto.from(rankingByVolunteerHours);
84
+ }
85
86
@Override
87
public List<Volunteer> getAllByIds(List<UUID> volunteerIds) {
0 commit comments