Release v1.0.0 #16

Merged
Wesser merged 492 commits from release/v1.0.0 into master 2025-02-12 09:19:32 +03:00
302 changed files with 15818 additions and 99 deletions
Showing only changes of commit 1687e9d89b - Show all commits

View File

@ -56,7 +56,7 @@ public static class CronUpdateSkipService
nextRunTime = next.Value; nextRunTime = next.Value;
if (!data.Filter(nextRunTime.DateTime).Any()) if (data.Filter(nextRunTime.DateTime).Any())
continue; continue;
result.Add(nextRunTime); result.Add(nextRunTime);