Skip to content

Commit

Permalink
Setter "erEøsLand" til nullable pga TestsøknadBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
throndi committed Mar 13, 2024
1 parent 43c6c64 commit 98fb1ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ data class Utenlandsopphold(
val årsakUtenlandsopphold: Søknadsfelt<String>,
val personidentEøsLand: Søknadsfelt<String>? = null,
val adresseEøsLand: Søknadsfelt<String>? = null,
val erEøsLand: Boolean,
val erEøsLand: Boolean? = null,
val kanIkkeOppgiPersonident: Søknadsfelt<Boolean>? = null,
)

0 comments on commit 98fb1ab

Please sign in to comment.