Skip to content

Commit

Permalink
doCommit not required
Browse files Browse the repository at this point in the history
  • Loading branch information
gregw committed Jun 12, 2024
1 parent 260da30 commit d415757
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ protected void onCompleteFailure(Throwable cause) {
}
}.iterate();

return doCommit(() -> Mono.fromFuture(callback));
return Mono.fromFuture(callback);
}

@SuppressWarnings("unchecked")
Expand Down

0 comments on commit d415757

Please sign in to comment.