Skip to content

Commit 00bc029

Browse files
fix lint
1 parent dae9569 commit 00bc029

File tree

3 files changed

+63
-64
lines changed

3 files changed

+63
-64
lines changed

src/filter/recurrence/validator.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export const RANGE_TYPE = "Recurrence.Range.Type";
1818
export const END_DATE = "Recurrence.Range.EndDate";
1919
export const NUMBER_OF_OCCURRENCES = "Recurrence.Range.NumberOfOccurrences";
2020

21-
2221
/**
2322
* Parses @see RecurrenceParameter into a @see RecurrenceSpec object. If the parameter is invalid, an error will be thrown.
2423
* @param startTime The start time of the base time window

0 commit comments

Comments
 (0)