refactor(project): cleaned up with clippy

This commit is contained in:
Patryk Hegenberg 2024-05-29 20:14:34 +02:00
parent cd43fd6041
commit 4af2255d2f
3 changed files with 2 additions and 4 deletions

View file

@ -79,7 +79,7 @@ impl Args {
name,
}) => {
println!("Receive for {name:?}");
receiver::start_receiver(
let _ = receiver::start_receiver(
".".to_string(),
relay.as_deref().unwrap_or(&cfg.app_origin),
name,