Skip to content

Commit

Permalink
Update src/main/kotlin/no/nav/sykdig/digitalisering/dokarkiv/Dokarkiv…
Browse files Browse the repository at this point in the history
…Client.kt

Co-authored-by: Natalie Uranes <[email protected]>
  • Loading branch information
jaflaten and nuranes authored Nov 27, 2024
1 parent 6e8ad4a commit 743be82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class DokarkivClient(
headers["Nav-Callid"] = sykmeldingId

try {
securelog.info("createOppdaterJournalpostRequest: ${objectMapper.writeValueAsString(oppdaterJournalpostRequest)}")
securelog.info("createOppdaterUtenlandskJournalpostRequest: ${objectMapper.writeValueAsString(oppdaterJournalpostRequest)}")
val response = dokarkivRestTemplate.exchange(
"$url/$journalpostId",
HttpMethod.PUT,
Expand Down

0 comments on commit 743be82

Please sign in to comment.