Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusTonnessen committed Oct 8, 2024
1 parent 4a0576c commit 48db064
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PersonopplysningGrunnlagForNyBehandlingService(
) {
if (behandling.erSatsendringEllerMånedligValutajustering()) {
if (forrigeBehandlingSomErVedtatt == null) {
throw Feil("Vi kan ikke kjøre behandling med årsal ${behandling.opprettetÅrsak} dersom det ikke finnes en tidligere behandling. Behandling: ${behandling.id}")
throw Feil("Vi kan ikke kjøre behandling med årsak ${behandling.opprettetÅrsak} dersom det ikke finnes en tidligere behandling. Behandling: ${behandling.id}")
}
opprettKopiAvPersonopplysningGrunnlag(behandling, forrigeBehandlingSomErVedtatt, søkerIdent)
} else {
Expand Down

0 comments on commit 48db064

Please sign in to comment.