Hotfix foundConflict = false on init
This commit is contained in:
@@ -241,7 +241,7 @@ async function ensureAvailableUsers(
|
||||
|
||||
console.log("calendarBusyTimes==>>>", bufferedBusyTimes);
|
||||
|
||||
let foundConflict = true;
|
||||
let foundConflict = false;
|
||||
try {
|
||||
if (eventType.recurringEvent) {
|
||||
const recurringEvent = parseRecurringEvent(eventType.recurringEvent);
|
||||
|
||||
Reference in New Issue
Block a user