We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b0d708 + 7d986ad commit 9beb856Copy full SHA for 9beb856
backend/src/main/java/moadong/club/payload/request/PromotionArticleCreateRequest.java
@@ -10,7 +10,7 @@
10
public record PromotionArticleCreateRequest(
11
@NotBlank String clubId,
12
@NotBlank String title,
13
- String location,
+ @NotBlank String location,
14
@NotNull Instant eventStartDate,
15
@NotNull Instant eventEndDate,
16
@NotBlank String description,
0 commit comments