Skip to content

Commit

Permalink
Merge pull request #21 from GPGT-Algorithm-Study/master
Browse files Browse the repository at this point in the history
[HOTFIX] 유효한 이벤트 조회 버그 수정
  • Loading branch information
fing9 authored Mar 14, 2024
2 parents 1120a4c + 0f1a472 commit 15e189f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ public List<EventPoint> findAllValidEvent() {

@Override
public List<EventPointDto> findAllValidEventByDto() {
return eventPointRepositoryCustom.findAllByDto();
return eventPointRepositoryCustom.findAllValidEventByDto();
}
}

0 comments on commit 15e189f

Please sign in to comment.