diff --git a/Endpoint/Common/Services/CronUpdateSkipService.cs b/Endpoint/Common/Services/CronUpdateSkipService.cs index 4f44fea..50ccab3 100644 --- a/Endpoint/Common/Services/CronUpdateSkipService.cs +++ b/Endpoint/Common/Services/CronUpdateSkipService.cs @@ -56,7 +56,7 @@ public static class CronUpdateSkipService nextRunTime = next.Value; - if (!data.Filter(nextRunTime.DateTime).Any()) + if (data.Filter(nextRunTime.DateTime).Any()) continue; result.Add(nextRunTime);