Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 도로명주소와 전화번호가 존재하지 않는 카페들을 조회할 시, 500 에러 뜨는 이슈 해결 #145

Closed
wants to merge 1 commit into from

Conversation

Ji-soo708
Copy link
Member

개요

  • 카페의 도로명주소와 전화번호가 null 허용이 되면서 카페들을 조회할 때, 도로명주소 혹은 전화번호가 없는 카페의 경우, NPE가 발생합니다. 응답을 반환할 때, null인지 체크를 하고 null이라면 null 그대로 반환하도록 수정했습니다.

작업사항

  • 카페 응답 반환할 시, 도로명주소와 전화번호에 대해 null 체크 로직 추가

주의사항

  • 도로명주소와 전화번호 필드가 존재하는 응답들에 대해 다 처리를 했는데 빠진 곳이 있는지 확인해주세요

@Ji-soo708 Ji-soo708 added the 🚨심각한 버그🚨 사용자의 주요 기능이 아예 동작하지 않을 우려가 있는 버그 label Dec 14, 2023
@Ji-soo708 Ji-soo708 self-assigned this Dec 14, 2023
@Ji-soo708 Ji-soo708 closed this Dec 14, 2023
@Ji-soo708 Ji-soo708 deleted the MOCACONG-486-no-phonenum-cafe-issue branch December 14, 2023 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨심각한 버그🚨 사용자의 주요 기능이 아예 동작하지 않을 우려가 있는 버그
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant