Skip to content

Commit 63c708b

Browse files
authored
Apply suggestion from @mcruzdev
1 parent 71d7cf9 commit 63c708b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ protected static RequestSupplier buildRequestSupplier(
4848
HttpModelConverter converter = HttpConverterResolver.converter(w, t);
4949
Response res =
5050
request.buildPost(converter.toEntity(bodyFilter.apply(w, t, node))).invoke();
51-
5251
handleWithRedirect(redirect, t, res);
5352

5453
return w.definition()

0 commit comments

Comments
 (0)