Skip to content

Commit

Permalink
Skippe feilenede pakke
Browse files Browse the repository at this point in the history
  • Loading branch information
gtcno committed Nov 22, 2024
1 parent f3a8149 commit 5c61389
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ internal class InntektIdBehovløser(
) {
val behandlingId = packet["behandlingId"].asUUID()
val behovId = packet["@behovId"].asText()
if (behovId == "cf56e622-0606-4c03-860e-413bd587f4fd") {
log.warn { "skipper $behovId" }
return
}

withLoggingContext(
"behovId" to behovId,
Expand Down

0 comments on commit 5c61389

Please sign in to comment.