Skip to content

Commit

Permalink
Update context.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed May 15, 2024
1 parent 6e1b26f commit f18dc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/trade/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ impl TradeContext {
Ok(self
.http_cli
.request(Method::GET, "/v1/trade/order/history")
.query_params(dbg!(options.into().unwrap_or_default()))
.query_params(options.into().unwrap_or_default())
.response::<Json<Response>>()
.send()
.await?
Expand Down

0 comments on commit f18dc11

Please sign in to comment.