Skip to content

Commit

Permalink
Deploy #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 e60bbe3 commit e803ff5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ public Mono<TenorResponse> getTestdata(String query) {
return maskinportenClient.getAccessToken()
.flatMap(token -> new GetTenorTestdata(webClient, query, token.value()).call());
}
}
}

0 comments on commit e803ff5

Please sign in to comment.