Skip to content

Commit

Permalink
Oppdatert konfig II #deploy-tenor-search-service
Browse files Browse the repository at this point in the history
  • Loading branch information
krharum committed Jan 10, 2024
1 parent 1d70426 commit f519505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public Mono<TenorResponse> getTestdata(@RequestBody TenorRequest searchData) {
public Mono<String> getToken() {

return maskinportenClient.getAccessToken()
.map(AccessToken::toString);
.map(AccessToken::value);
}

@Bean
Expand Down

0 comments on commit f519505

Please sign in to comment.