We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d24b3d commit 0fd24d6Copy full SHA for 0fd24d6
bin/builder.rs
@@ -18,7 +18,7 @@ async fn main() -> eyre::Result<()> {
18
let provider = config.connect_provider().await?;
19
let authenticator = Authenticator::new(&config);
20
21
- let _ = PrometheusBuilder::new().install().expect("failed to install prometheus exporter");
+ PrometheusBuilder::new().install().expect("failed to install prometheus exporter");
22
23
tracing::debug!(rpc_url = config.host_rpc_url.as_ref(), "instantiated provider");
24
0 commit comments