Skip to content

Commit

Permalink
forgot to add query to user_get_usage
Browse files Browse the repository at this point in the history
  • Loading branch information
on9au committed Jun 21, 2024
1 parent faa2485 commit bfcfca7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/subscription.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ impl MarzbanAPIClient {

let response = self
.prepare_authorized_request(reqwest::Method::GET, &url)
.query(&params)
.send()
.await?;

Expand Down

0 comments on commit bfcfca7

Please sign in to comment.