Skip to content

Commit

Permalink
fix(s3): ControllerKVClient putKV should return result (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangl authored Apr 12, 2024
1 parent 031e462 commit 2d0123b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public Builder toRequestBuilder() {
}
});
this.requestSender.send(task);
return null;
return future;
}

@Override
Expand Down

0 comments on commit 2d0123b

Please sign in to comment.