Skip to content

Commit

Permalink
TEMP: Ignore feilende jp
Browse files Browse the repository at this point in the history
Co-authored-by: Mona Kjeldsrud <[email protected]>
  • Loading branch information
gtcno and mkjeldsr committed Nov 18, 2024
1 parent 57a96f7 commit 31dc7f3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ internal class OppdaterJournalpostBehovLøser(
) {
val journalpostId = packet["journalpostId"].asText()
val behovId = packet["@behovId"].asText()
if (journalpostId in setOf("671706058")) {
logger.warn { "Journalpost med id $journalpostId er en testjournalpost og vil ikke bli oppdatert" }
return
}
withMDC(
mapOf(
"behovId" to behovId,
Expand Down

0 comments on commit 31dc7f3

Please sign in to comment.