[AN/USER] fix: 상세 화면 축제 목록 요청 로직 변경 및 Throwable 예외 처리 제거(#986) #987
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 관련 이슈
✨ PR 세부 내용
상세 화면 축제 목록 요청 로직 변경
서버로 isPast == true 를 요청할 때
lastFestivalId, lastLocalDate 가 past 가 아니면 데이터가 제대로 반환되지 않습니다.
그래서 그 로직을 수정했습니다.
추가로 10 개 요청을 20개 요청으로 늘렸습니다. (서버는 페이징이 되고 있지 않기 때문에..)
30개로 늘리면 400 에러가 발생합니다 참고해주세요!
Throwable 을 던지지 않도록 코드 제거