Skip to content

Commit b577c86

Browse files
committed
Adjust forgotten code
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
1 parent bde53ac commit b577c86

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

impl/http/src/main/java/io/serverlessworkflow/impl/executors/http/AbstractHttpExecutorBuilder.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ protected static RequestSupplier buildRequestSupplier(
5454
return w.definition()
5555
.application()
5656
.modelFactory()
57-
.fromAny(
58-
request.post(
59-
converter.toEntity(bodyFilter.apply(w, t, node)), converter.responseType()));
57+
.fromAny(res.readEntity(converter.responseType()));
6058
};
6159
case HttpMethod.GET:
6260
default:

0 commit comments

Comments
 (0)