Skip to content

Commit

Permalink
[refact] 프로젝트 팀원명에 null 허용 #127
Browse files Browse the repository at this point in the history
  • Loading branch information
suhhyun524 committed Aug 6, 2023
1 parent f3c2d3b commit 11eb17f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public class Participant extends BaseEntity {
@Enumerated(EnumType.STRING)
private Part part;

@NotNull
@Size(max = 30)
private String name;

Expand Down

0 comments on commit 11eb17f

Please sign in to comment.