Skip to content

Commit

Permalink
Fix initalization
Browse files Browse the repository at this point in the history
  • Loading branch information
cesare committed May 13, 2022
1 parent 26854d3 commit 1f9a9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ impl SlackApiClient {
let https = HttpsConnector::new();
let http_client = Client::builder().build::<_, hyper::Body>(https);
SlackApiClient {
http_client: http_client,
http_client,
}
}

Expand Down

0 comments on commit 1f9a9c6

Please sign in to comment.