Skip to content

Commit

Permalink
refactor: return json for maskinporten endpoint
Browse files Browse the repository at this point in the history
Co-authored-by: Kim Tore Jensen <[email protected]>
Co-Authored-By: Tommy Trøen <[email protected]>
  • Loading branch information
3 people committed Nov 1, 2024
1 parent e6641ef commit c523331
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ class TexasClient(
.post(config.texasIntrospectionEndpoint) {
contentType(ContentType.Application.Json)
setBody(TexasIntrospectionRequest(accessToken))
}.body<String>()
}.body<Map<String, Any>>()
}

0 comments on commit c523331

Please sign in to comment.