Skip to content

Commit

Permalink
release 1.1.7
Browse files Browse the repository at this point in the history
release 1.1.7
  • Loading branch information
sohyundoh authored Nov 2, 2024
2 parents fe57680 + 2c3ed80 commit 1dae564
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import lombok.Getter;
import lombok.NoArgsConstructor;

import java.util.List;
import java.util.Set;

@Entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public record MoimInfoModifyRequest(
@NotBlank(message = "모임 제목이 비어져 있습니다.")
@Size(max = 10, message = " 글모임 이름은 최대 10 글자 이내로 작성해주세요.")
String moimTitle,
@NotBlank

@Size(max = 100, message = "글모임 설명은 최대 100 글자 이내로 작성해주세요.")
String description,

Expand Down

0 comments on commit 1dae564

Please sign in to comment.