Skip to content

Commit

Permalink
Making the code also handle repeat type day.
Browse files Browse the repository at this point in the history
  • Loading branch information
renemadsen committed Nov 26, 2023
1 parent 84935a2 commit 5c629bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ServiceItemsPlanningPlugin/Scheduler/Jobs/SearchListJob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ private async Task ExecuteDeploy()

var planningForCorrectingNextExecutionTime = await baseQuery
.Where(x => x.NextExecutionTime != null)
.Where(x => x.RepeatType != RepeatType.Day)
.Where(x => x.RepeatEvery != 0)
.Where(x => x.StartDate > now)
.Where(x => x.Enabled)
.ToListAsync();
Expand Down

0 comments on commit 5c629bc

Please sign in to comment.