Skip to content

Commit

Permalink
Fikset kompileringsfeil
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed Jul 5, 2024
1 parent be215cf commit 9423699
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class BrukerstoetteService(
apiOppslagLogger.info("Hentet data fra oppslagsapi, perioder: {}, opplysninger: {}, profileringer: {}",
result.distinctBy { it.periodeId }.size,
result.distinctBy { it.opplysningsId }.size,
result.distinctBy { it.profileringsId }.size
result.distinctBy { it.profileringsId }.size)
}
}
}
Expand Down

0 comments on commit 9423699

Please sign in to comment.