Skip to content

Commit b253046

Browse files
committed
Fix upload_body_kind Request field type
1 parent 6cb2fb8 commit b253046

File tree

1 file changed

+1
-1
lines changed
  • crates/git-remote-icp/src/http/reqwest

1 file changed

+1
-1
lines changed

crates/git-remote-icp/src/http/reqwest/remote.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ impl http::Http for Remote {
297297
pub(crate) struct Request {
298298
pub url: String,
299299
pub headers: Vec<HeaderField>,
300-
pub upload_body_kind: PostBodyDataKind,
300+
pub upload_body_kind: Option<PostBodyDataKind>,
301301
}
302302

303303
/// A link to a thread who provides data for the contained readers.

0 commit comments

Comments
 (0)