-
Notifications
You must be signed in to change notification settings - Fork 2
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
[feat]: 회원탈퇴 API 구현 #73
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다~!
// 유저가 회원가입을 했고 id가 6인 상황 | ||
|
||
//유저 id 6인 사용자가 회원탈퇴 버튼 누름 | ||
User user = userService.getUser(6l); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기서 id가 6인 사용자가 없으면 어떻게 되나요? 그리고 한 달 안 지나서 hard delete 대상에 포함 안 되지 않나용?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이건 사실 테스트 만드려다가 실패한 코드이긴한데.. 이거 아예 지우고 수정해서 다시 올리겠습니다!
PULL REQUEST
🎋 작업중인 브랜치
💡 작업동기
🔑 주요 변경사항
💡 관련 이슈