Skip to content

Commit 7b998c9

Browse files
Uncomment checkDuplicatesEvenets function
1 parent cf03491 commit 7b998c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const untis = new WebUntis(
4545
const exams_events: IExam[] = parseExams(exams);
4646

4747
// Check for duplicate events
48-
// timetable_events = checkDuplicateEvents(timetable_events, exams_events);
48+
timetable_events = checkDuplicateEvents(timetable_events, exams_events);
4949

5050
// Create calendars
5151
const [timetable_calendar, exam_calendar] = [

0 commit comments

Comments
 (0)