Skip to content

Commit

Permalink
Aktiverte histotrikk for 'hentInfo'
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed Oct 18, 2024
1 parent 8b482e6 commit 9867510
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ class Applikasjon(

@WithSpan
suspend fun hentInfo(callId: CallId, identitet: Identitetsnummer): Either<Failure, InfoResponse> {
val pdlIdInfo = identitetsTjeneste.hentIdentInformasjon(callId, identitet)
val pdlIdInfo = identitetsTjeneste.hentIdentInformasjon(
callId = callId,
identitet = identitet,
histrorikk = true
)
return kafkaKeys.hent(identitet)
.map { arbeidssoekerId ->
LokalIdData(
Expand Down

0 comments on commit 9867510

Please sign in to comment.