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

[Feat/29] 친구 요청 거절 API 구현 및 테스트 #31

Merged
merged 3 commits into from
Dec 11, 2024
Merged

Conversation

Eunjin3395
Copy link
Member

🚀 개요

친구 요청 거절 API 구현 및 테스트

⏳ 작업 상세 내용

  • 친구 요청 거절 API 구현
  • 친구 요청 거절 API 서비스 테스트
  • 친구 요청 거절 API 컨트롤러 테스트

📝 더 꼼꼼히 봐야할 부분

  • 없을 경우 체크

🔍 반드시 참고해야하는 변경 사항

  • 없을 경우 체크

@Eunjin3395 Eunjin3395 self-assigned this Dec 10, 2024
@Eunjin3395 Eunjin3395 linked an issue Dec 10, 2024 that may be closed by this pull request
3 tasks
@Eunjin3395 Eunjin3395 merged commit 153fe0b into develop Dec 11, 2024
@Eunjin3395 Eunjin3395 deleted the feat/29 branch December 11, 2024 06:36
Copy link
Contributor

@rimi3226 rimi3226 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!


return friendRequest;
}

private void validateNotSelf(Member member, Member targetMember) {
Copy link
Contributor

Choose a reason for hiding this comment

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

혹시 private 메소드에도 // 한 줄 주석으로 어떤 메소드인지 알려주는걸 추가하는건 어떠신가요?

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.

✨ [Feat] 친구 요청 거절 API 구현 및 테스트
2 participants