Skip to content

Commit

Permalink
fix: member push token @NotNull 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
dongchandev committed Sep 27, 2024
1 parent 41c2503 commit 94a4f89
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public class Member extends BaseEntity {
@NotNull
private String phone;

@NotNull
@JsonIgnore
@Column(columnDefinition = "TEXT")
private String pushToken;
Expand Down

0 comments on commit 94a4f89

Please sign in to comment.