Skip to content

Commit

Permalink
refactor: 영수증 update record의 files에 @NotNull 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jj0526 committed Nov 26, 2024
1 parent 506ca5b commit 495cfae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ public record Update(
@NotNull Integer amount,
@NotNull LocalDate date,
@NotNull Integer cardinal,
@Valid List<FileSaveRequest> files
@Valid List<@NotNull FileSaveRequest> files
) {}
}

0 comments on commit 495cfae

Please sign in to comment.