We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce40522 commit 45e5d24Copy full SHA for 45e5d24
src/main/java/com/somemore/user/domain/UserCommonAttribute.java
@@ -46,7 +46,6 @@ public class UserCommonAttribute extends BaseEntity {
46
private boolean isCustomized;
47
48
public void update(CommonBasicInfoRequestDto commonBasicInfoRequestDto) {
49
- // TODO param의 정보를 필드에 업데이트
50
this.name = commonBasicInfoRequestDto.name();
51
this.contactNumber = commonBasicInfoRequestDto.contactNumber();
52
this.imgUrl = commonBasicInfoRequestDto.imgUrl();
0 commit comments