Skip to content

Commit 9beb856

Browse files
authored
Merge pull request #1327 from Moadong/feature/#1325-promotion-article-must-in-position-MOA-740
[feat] 홍보게시판 위치 nullable 제거
2 parents 5b0d708 + 7d986ad commit 9beb856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/moadong/club/payload/request/PromotionArticleCreateRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
public record PromotionArticleCreateRequest(
1111
@NotBlank String clubId,
1212
@NotBlank String title,
13-
String location,
13+
@NotBlank String location,
1414
@NotNull Instant eventStartDate,
1515
@NotNull Instant eventEndDate,
1616
@NotBlank String description,

0 commit comments

Comments
 (0)