Skip to content

Commit

Permalink
Visning av beregningsdetaljer tilsynsutgift
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed Dec 16, 2024
1 parent 0560d2b commit 888d9a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ fun Rolle.harInnvilgetTilleggsstønad(): Boolean? {
return tilleggsstønad
.maxBy { it.innhentet }
.konvertereData<Set<TilleggsstønadGrunnlagDto>>()
?.first()
?.firstOrNull()
?.harInnvilgetVedtak
}
return null
Expand Down

0 comments on commit 888d9a9

Please sign in to comment.