Don't return early after re-running checks after startup grace period

Fixes #7147

(cherry picked from commit 06464d720c0d31c22865629062d6da0911d2a01f)
This commit is contained in:
Mark McDowall
2022-03-20 00:21:07 -07:00
committed by Qstick
parent 9a1bf54c14
commit 0f3559e556

View File

@@ -148,8 +148,6 @@ namespace NzbDrone.Core.HealthCheck
}
_isRunningHealthChecksAfterGracePeriod = false;
return;
}
IEventDrivenHealthCheck[] checks;