Skip to content

Commit

Permalink
formattering
Browse files Browse the repository at this point in the history
  • Loading branch information
s148719 committed Nov 17, 2023
1 parent 2d8d504 commit 9865e05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ enum class Behandlingstype {
OPPFOSTRINGSBIDRAG,
}


@Schema(enumAsRef = true)
enum class SoknadType {
INDEKSREGULERING,
Expand All @@ -66,7 +65,6 @@ enum class SoknadType {
ENDRING_MOTTAKER,
}


@Schema(enumAsRef = true)
enum class ForskuddAarsakType(val beskrivelse: String) {
SF("Annet"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fun Set<Sivilstand>.toSivilstandDto() =

fun Set<SivilstandDto>.toSivilstandDomain(behandling: Behandling) =
this.map {
Sivilstand(behandling, it.datoFom?.toDate(), it.datoTom?.toDate(), it.sivilstandType,it.kilde, it.id)
Sivilstand(behandling, it.datoFom?.toDate(), it.datoTom?.toDate(), it.sivilstandType, it.kilde, it.id)
}.toMutableSet()

fun Set<Barnetillegg>.toBarnetilleggDto() =
Expand Down

0 comments on commit 9865e05

Please sign in to comment.