Skip to content

Commit

Permalink
Merge pull request #312 from navikt/getfnrbyhpr
Browse files Browse the repository at this point in the history
Get fnr by hpr
  • Loading branch information
MikAoJk authored Oct 24, 2023
2 parents b39a4d0 + 0d6fb20 commit 502f8d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ class BlockingApplicationRunner(
} else if (behandlerfnr != null) {
norskHelsenettClient.getByFnr(behandlerfnr, loggingMeta)
} else if (organisationBehandlerHpr != null) {
norskHelsenettClient.getByFnr(organisationBehandlerHpr, loggingMeta)
norskHelsenettClient.getByHpr(organisationBehandlerHpr, loggingMeta)
} else {
null
}
Expand Down

0 comments on commit 502f8d8

Please sign in to comment.