tods-competition-factory 1.8.32 → 1.8.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12820,7 +12820,7 @@ function getParticipantEntries(params) {
12820
12820
  const minutesDifference = Math.abs(
12821
12821
  consideredMinutes - scheduledMinutes
12822
12822
  );
12823
- const itemIsPrior = consideredMinutes > scheduledMinutes;
12823
+ const itemIsPrior = consideredMinutes >= scheduledMinutes;
12824
12824
  const timeOverlap = scheduledMinutesDifference && !isNaN(scheduledMinutesDifference) ? minutesDifference <= scheduledMinutesDifference : itemIsPrior && timeStringMinutes(consideredItem.scheduledTime) < timeStringMinutes(notBeforeTime);
12825
12825
  if (timeOverlap && !(bothPotential && sameDraw) && itemIsPrior) {
12826
12826
  participantAggregator.scheduleConflicts.push({