Skip to content

Commit

Permalink
Fjerner validering på min og max timerPerUke.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramrock93 committed Jun 7, 2023
1 parent dcff1c5 commit 5a5cd7d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

public class NormalArbeidstid {
@JsonProperty(value = "timerPerUke", required = true)
@DurationMin(hours = 0, minutes = 0, message = "[ugyldigVerdi] Må være større enn 0.")
@DurationMax(hours = 40, message = "[ugyldigVerdi] Må være lavere eller lik 40 timer.")
@NotNull
@Valid
private Duration timerPerUke;
Expand Down

0 comments on commit 5a5cd7d

Please sign in to comment.