Skip to content

Commit

Permalink
Fødeland utenfor norge ikke ignorert (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
stigebil authored Jul 31, 2024
1 parent da8fb00 commit 0e8150a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class MottaFødselshendelseTask(
if (pdlPersonData.fødested.first().erUtenforNorge()) {
log.info("Fødeland er ikke Norge. Ignorerer hendelse")
fødselIgnorertFødelandCounter.increment()
return
}

try {
Expand Down

0 comments on commit 0e8150a

Please sign in to comment.