Skip to content

Commit 45e5d24

Browse files
committed
refactor(user): 불필요한 주석 삭제
1 parent ce40522 commit 45e5d24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/somemore/user/domain/UserCommonAttribute.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ public class UserCommonAttribute extends BaseEntity {
4646
private boolean isCustomized;
4747

4848
public void update(CommonBasicInfoRequestDto commonBasicInfoRequestDto) {
49-
// TODO param의 정보를 필드에 업데이트
5049
this.name = commonBasicInfoRequestDto.name();
5150
this.contactNumber = commonBasicInfoRequestDto.contactNumber();
5251
this.imgUrl = commonBasicInfoRequestDto.imgUrl();

0 commit comments

Comments
 (0)