Skip to content

Commit

Permalink
suppress linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin-Anders committed Apr 26, 2024
1 parent 18e7c02 commit b09a725
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js-web-interface/booking-manager-js.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @param {string} tenant - The tenant identifier.
* @param {string} calendarView - The initial view of the calendar ('month' or 'week').
*/
// eslint-disable-next-line no-unused-vars
class BookingManager {
/**
* Creates an instance of BookingManager.
Expand Down Expand Up @@ -539,6 +540,7 @@ class BookingManager {
events: calenderItems,
...this.calendar,
};
// eslint-disable-next-line no-undef
new FullCalendar.Calendar(calendarEl, config).render();
}
}

0 comments on commit b09a725

Please sign in to comment.