clippy happy

This commit is contained in:
Giacomo Pasini 2023-11-06 22:20:54 +01:00
parent c1756d24cd
commit 5925331b20
No known key found for this signature in database
GPG Key ID: FC08489D2D895D4B
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}
_ => {}
}