Release v1.0.0 #16
@ -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);
|
||||
|
Reference in New Issue
Block a user