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

[HOTFIX] #233 - memberId로 User객체를 잘못 조회했던 문제 해결 #234

Merged
merged 7 commits into from
Oct 6, 2024

Conversation

hoonyworld
Copy link
Member

@hoonyworld hoonyworld commented Oct 6, 2024

Related issue 🛠

Work Description ✏️

  • 기존에 memberId로 User 객체를 잘못 조회했던 부분을 해결했습니다.
  • 해결 방법은 memberId로 Member 객체를 조회하고, getUser()를 사용하여 user 객체를 바로 참조하도록 변경하였습니다.

Trouble Shooting ⚽️

Related ScreenShot 📷

2024.10.04 오후 5시 20분 ADMIN 권한 확인

image
  • 토큰에 Role을 ADMIN으로 권한을 잘 저장하는지 확인 완료

Uncompleted Tasks 😅

To Reviewers 📢

@hoonyworld hoonyworld merged commit 6b28378 into develop Oct 6, 2024
1 check passed
@hoonyworld hoonyworld deleted the bug/#233 branch October 7, 2024 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] memberId로 User 객체를 조회하는 문제
1 participant