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 6739310ba8
commit 4f9d067361
1 changed files with 0 additions and 2 deletions

View File

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