refactor(project): cleaned up with clippy
This commit is contained in:
parent
cd43fd6041
commit
4af2255d2f
3 changed files with 2 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue