Skip to content

Commit

Permalink
Skippe en inntektsid
Browse files Browse the repository at this point in the history
  • Loading branch information
gtcno committed Jan 9, 2024
1 parent f591ec8 commit de1c4f7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ internal class InntektBehovløser(rapidsConnection: RapidsConnection, private va
val klassifisertInntekt =
when (inntektsId != null) {
true -> {
// dev hack
if (inntektsId in listOf("01HJ8EMWQCCZZ95R1XBTY189ZY")) {
return
}

logger.info { "Henter inntekt basert på inntektsId: $inntektsId" }
runBlocking { inntektClient.getKlassifisertInntekt(inntektsId, callId) }
}
Expand Down

0 comments on commit de1c4f7

Please sign in to comment.