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

Refactor #99 회원정보 수정 API 수정 #99

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

hyxklee
Copy link
Member

@hyxklee hyxklee commented Feb 4, 2025

📌 관련 이슈

관련 이슈 번호 #98
Close #98

🚀 작업 내용

  • 계좌번호 API가 분리됨에 따라 계좌번호를 받지 않도록 수정했습니다.

📸 스크린샷

📢 리뷰 요구사항

@hyxklee hyxklee added the 🔨 Refactor 코드 리팩토링 label Feb 4, 2025
@hyxklee hyxklee self-assigned this Feb 4, 2025
Copy link
Collaborator

@soyesenna soyesenna left a comment

Choose a reason for hiding this comment

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

고생하셨습니당~~~

@@ -4,7 +4,6 @@

public record MemberInfoRequestDto(
@NotNull String profilePicture,
@NotNull String nickName,
@NotNull String accountNumber
Copy link
Member

Choose a reason for hiding this comment

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

고생하셨습니다 !

간단한 DTO 필드만 변경된 내용이라 바로 승인하겠습니다 !

@hyxklee hyxklee merged commit 7894d38 into dev Feb 4, 2025
2 checks passed
@hyxklee hyxklee deleted the refactor/#98/회원정보-수정 branch February 4, 2025 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Refactor 코드 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat]: #98 회원 정보 수정 API 수정
3 participants