Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wow-sven committed May 21, 2024
1 parent d503ca9 commit 74678f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/rooch-faucet/src/discord.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub struct DiscordConfig {
impl App {
async fn handle_faucet_request(&self, options: &[CommandDataOption]) -> String {
let value = options
.get(0)
.first()
.expect("Expected address option")
.value
.clone();
Expand Down
2 changes: 1 addition & 1 deletion crates/rooch-faucet/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

use prometheus::{
register_histogram_with_registry, register_int_counter_with_registry, Histogram, IntCounter,
IntGauge, Registry,
Registry,
};

/// Prometheus metrics which can be displayed in Grafana, queried and alerted on
Expand Down

0 comments on commit 74678f3

Please sign in to comment.