clippy happy
This commit is contained in:
parent
c1756d24cd
commit
5925331b20
|
@ -185,7 +185,7 @@ impl ServiceCore for DisseminateService {
|
|||
tracing::error!(
|
||||
"Could not disseminate blob, check logs for additional details"
|
||||
);
|
||||
let _ = status_updates.send(Status::Err(e.into()));
|
||||
let _ = status_updates.send(Status::Err(e));
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue