Skip to content

Commit

Permalink
fix(ci): noop change in providers code to test the CI (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother authored Jan 16, 2024
1 parent eaaf79e commit ae88560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/binance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ impl RpcProvider for BinanceProvider {
response
.headers_mut()
.insert("Content-Type", HeaderValue::from_static("application/json"));

Ok(response)
}
}
Expand Down

0 comments on commit ae88560

Please sign in to comment.