[Fix] 열려있는 세션이 없을 경우에 대한 예외처리, 세션 리스트 GET API 수정 #195
Merged
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.
관련 이슈 번호
✅ 체크리스트
🧩 작업 내용
/api/rooms에서, 열려있는 세션이 없을 경우에 대한 예외처리📝 작업 상세 내역
아래와 같이 수정했고, 비어있을 때 불러올때 에러가 없고, 빈 객체를 반환하도록 하였습니다.
세션 리스트 API 데이터 수정
📌 테스트 및 검증 결과
💬 다음 작업 또는 논의 사항
성능 진단부터 제대로 해본 이후로 하면 되니까 괜찮을 것 같습니다.