Skip to content

Commit

Permalink
404 fra KRR == ikke registrert
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed Jan 31, 2024
1 parent bddca8b commit a10354a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ public KRRData hentDigdirKontaktinfo(Fnr fnr) {
return digdirClient.hentKontaktInfo(fnr)
.orElseGet(() -> new KRRData()
.withPersonident(fnr.get())
.withKanVarsles(true)
.withAktiv(false)
.withKanVarsles(false)
.withReservert(false));
}
private void oppdaterManuellStatus(AktorId aktorId, ManuellStatusEntity manuellStatus) {
Expand Down

0 comments on commit a10354a

Please sign in to comment.