Skip to content

Commit

Permalink
Hovedmål må vere nullable sidan det kan vere null i databasen
Browse files Browse the repository at this point in the history
  • Loading branch information
slovrid committed Feb 14, 2025
1 parent fc6feec commit b3f3bb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ class Gjeldende14aVedtakService(
data class Gjeldende14aVedtak(
val aktorId: AktorId,
val innsatsgruppe: Innsatsgruppe,
val hovedmal: Hovedmal,
val hovedmal: Hovedmal?,
val fattetDato: ZonedDateTime
)

0 comments on commit b3f3bb8

Please sign in to comment.