Skip to content

Commit

Permalink
fix: allow custom config when running relay urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu committed Jan 13, 2025
1 parent 245306f commit fa48dc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/doctor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,6 @@ pub async fn run(command: Commands, config: &NodeConfig) -> anyhow::Result<()> {
port_map_probe(config).await
}
Commands::RelayUrls { count } => {
let config = NodeConfig::load(None).await?;
relay_urls(count, config).await
}
Commands::Plot {
Expand Down

0 comments on commit fa48dc4

Please sign in to comment.