Skip to content

Commit

Permalink
refactor: 자동 매칭 요청 DTO 검증 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
soyesenna committed Feb 5, 2025
1 parent f3ed650 commit b94617a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ public record AutoMatchingPostRequest(
@NotNull
String destinationName,

@NotNull
List<String> criteria,

@NotNull
List<Long> members,

@Min(value = 4000)
Expand Down

0 comments on commit b94617a

Please sign in to comment.