You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(book): add @NotNull and @min(0) validation to availableCopies in
BookCreateDTO
availableCopies previously accepted null values and negative numbers
without any validation error. Added @NotNull and @min(0) to enforce
that the field is always provided and non-negative on book creation.
0 commit comments