Skip to content

Commit

Permalink
Update client.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
innala committed Nov 9, 2023
1 parent 45b387b commit 60d1fc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ impl Client {
.post(url)
.body(query.to_string())
.bearer_auth(&self.client_access_token)
.header("client-id", &self.client_id)
.header("x-user-agent", LIB_VERSION_HEADER )
.send()
.await?
Expand Down

0 comments on commit 60d1fc2

Please sign in to comment.