Skip to content

Commit

Permalink
refactor : 사용자 자기소개 null 가능으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
JangYouJung committed May 27, 2024
1 parent cf317a2 commit 69aa7a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/meltingpot/server/domain/entity/Account.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public class Account extends BaseEntity {
@NotNull
private String city;

@NotNull
private String bio; // 사용자 자기소개

@NotNull
Expand Down

0 comments on commit 69aa7a7

Please sign in to comment.