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

[#130] Fix: Fetch inner Join으로 인한 404 에러 문제 #131

Merged
merged 2 commits into from
Jun 4, 2024

Conversation

tkguswls1106
Copy link
Member

PULL REQUEST

🎋 Branch Name

fix/#130

🔑 Main Contents

참여중인 방 여부 검사 API에서 활용된 Fetch Join 메소드를 수정하였습니다.
-> User가 존재할때 하위의 userRoomList가 비어있더라도 정상 반환되도록, (inner) JOIN 대신 LEFT (outer) JOIN 으로 수정.

🏞 Screenshots (Optional)

fix이후_성공이미지

📋 Checks for reviewers (Optional)

위의 스크린샷에서 보시다시피, 성공 테스트도 완료하였습니다.

@tkguswls1106 tkguswls1106 added the 🐛 Fix 버그 수정 label Jun 4, 2024
@tkguswls1106 tkguswls1106 requested a review from JunSang1121 June 4, 2024 18:41
@tkguswls1106 tkguswls1106 self-assigned this Jun 4, 2024
@tkguswls1106 tkguswls1106 linked an issue Jun 4, 2024 that may be closed by this pull request
Copy link
Collaborator

@JunSang1121 JunSang1121 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다. Fix 고생하셨습니다.

@tkguswls1106 tkguswls1106 merged commit 2ccf24e into develop Jun 4, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Fix 버그 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fix] Fetch inner Join으로 인한 404 에러 문제
2 participants