Skip to content

Commit

Permalink
fix: export request strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed May 18, 2022
1 parent e487306 commit f350a34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ pub use config::BaseClient;
/// ```
pub use config::Response;

pub use request_strategy::RequestStrategy;

pub use self::stripe::Client;

0 comments on commit f350a34

Please sign in to comment.