Skip to content

Commit

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

Ok(response)
}
}
Expand Down

0 comments on commit 71916af

Please sign in to comment.