1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-24 11:43:07 +01:00

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

This commit is contained in:
Mark McDowall 2022-03-20 00:21:07 -07:00
parent d21e9753bc
commit 06464d720c

View File

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