Skip to content

Commit

Permalink
Skal ikke forvente InntektsjusteringRequest som respons
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjodn committed Nov 26, 2024
1 parent 0f28e57 commit 4aca788
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class BehandlingClient(
.post("$url/inntektsjustering/behandle") {
contentType(ContentType.Application.Json)
setBody(request)
}.body<InntektsjusteringRequest>()
}
}
}

Expand Down

0 comments on commit 4aca788

Please sign in to comment.