Skip to content

Commit

Permalink
chore: sendTilGosys with m2m token, not obo token (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
helehar authored Dec 16, 2024
1 parent 211f9c2 commit dcdce12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ class OppgaveClient(
)

try {
oppgaveRestTemplate.exchange(
oppgaveM2mRestTemplate.exchange(
"$url/$oppgaveId",
HttpMethod.PATCH,
HttpEntity(body, headers),
Expand Down

0 comments on commit dcdce12

Please sign in to comment.