From b32f1c284b13284959ca034e38ec9cd13996501f Mon Sep 17 00:00:00 2001 From: Max Kalashnikoff Date: Tue, 16 Jan 2024 21:17:21 +0100 Subject: [PATCH] fix(noop): checking the providers CI workflow (#478) --- src/providers/binance.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/providers/binance.rs b/src/providers/binance.rs index 5e250136d..29cd425b9 100644 --- a/src/providers/binance.rs +++ b/src/providers/binance.rs @@ -77,6 +77,7 @@ impl RpcProvider for BinanceProvider { response .headers_mut() .insert("Content-Type", HeaderValue::from_static("application/json")); + Ok(response) } }