Skip to content

Commit

Permalink
Remove mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmakarov committed Sep 1, 2023
1 parent 6a87690 commit 637e20e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions js/ui/scheduler/recurrence.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ class RecurrenceProcessor {
rruleIntervalParams.startIntervalDate,
rule.until);

const t = this.rRuleSet.between(
rruleIntervalParams.minViewDate,
rruleIntervalParams.maxViewDate,
true
);

return this.rRuleSet.between(
rruleIntervalParams.minViewDate,
rruleIntervalParams.maxViewDate,
Expand Down

0 comments on commit 637e20e

Please sign in to comment.