🐛 Fix broken synchronous call (#177)
This commit is contained in:
parent
744ebc929d
commit
8aa01847b5
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ public final class TaskRecipe {
|
|||
* @return New task recipe component
|
||||
*/
|
||||
public TaskRecipeComponentVoid<O> asynchronous(final @NonNull TaskConsumer<O> consumer) {
|
||||
addSynchronous(consumer);
|
||||
addAsynchronous(consumer);
|
||||
return new TaskRecipeComponentVoid<>(initialInput);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue