Skip to content

Commit

Permalink
feat: make RequestBuilder::request public
Browse files Browse the repository at this point in the history
  • Loading branch information
Colerar committed Jan 20, 2023
1 parent 3459b89 commit e7ece12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wasm/request.rs
Expand Up @@ -25,7 +25,7 @@ pub struct Request {
/// A builder to construct the properties of a `Request`.
pub struct RequestBuilder {
client: Client,
request: crate::Result<Request>,
pub request: crate::Result<Request>,
}

impl Request {
Expand Down

0 comments on commit e7ece12

Please sign in to comment.