Skip to content

Commit

Permalink
fix: add missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
rosehsu47 committed Mar 24, 2021
1 parent 186d216 commit fe45083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transactional.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ impl Sendinblue {

reqwest::Client::new()
.post(&url)
.header("api-key", self.api_key.clone())
.json(&body)
.send()
.await?
Expand Down

0 comments on commit fe45083

Please sign in to comment.