Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Aug 22, 2024
1 parent 93eedb2 commit ccafc8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ interface StreamingChunksConsumer {

private String buildBody(Map<String, Object> values) throws IOException {
Map<String, Object> request = Map.of("input", values);
return mapper.writeValueAsString(request);
return ObjectMapperFactory.getDefaultMapper().writeValueAsString(request);
}

public CompletableFuture<String> execute(
Expand Down

0 comments on commit ccafc8e

Please sign in to comment.