Skip to content

Commit 8fcfe9b

Browse files
committed
fix: 삭제된 괄호 추가
1 parent 54ae203 commit 8fcfe9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/somemore/volunteer/service/VolunteerQueryService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public String getNicknameById(UUID id) {
8181
public VolunteerRankingResponseDto getRankingByHours() {
8282
List<VolunteerOverviewForRankingByHours> rankingByVolunteerHours = volunteerRepository.findRankingByVolunteerHours();
8383
return VolunteerRankingResponseDto.from(rankingByVolunteerHours);
84+
}
8485

8586
@Override
8687
public List<Volunteer> getAllByIds(List<UUID> volunteerIds) {

0 commit comments

Comments
 (0)