Skip to content

Commit

Permalink
fix(api): missing validation
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Sep 25, 2023
1 parent 3736490 commit 6270986
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import jakarta.validation.constraints.Positive
data class SettingsUpdateDto(
val deleteEmptyCollections: Boolean? = null,
val deleteEmptyReadLists: Boolean? = null,
@Positive
@get:Positive
val rememberMeDurationDays: Long? = null,
val renewRememberMeKey: Boolean? = null,
)

0 comments on commit 6270986

Please sign in to comment.