fix uasp regression

This commit is contained in:
Aiden McClelland
2021-12-04 12:02:53 -07:00
committed by Aiden McClelland
parent 4a7c0643ce
commit c453f5c144
4 changed files with 2 additions and 4 deletions

View File

@@ -231,6 +231,7 @@ impl DependencyError {
.get(db, true)
.await?;
if status.main.running() {
dbg!((id, dependency));
DependencyError::HealthChecksFailed {
failures: BTreeMap::new(),
}