Skip to content

Commit

Permalink
het fnr by hpr
Browse files Browse the repository at this point in the history
  • Loading branch information
MikAoJk committed Oct 24, 2023
1 parent b39a4d0 commit 0d6fb20
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 0d6fb20

Please sign in to comment.