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.
@@ -19216,7 +19216,7 @@ function getParticipantEntries(params) {
19216
19216
  const minutesDifference = Math.abs(
19217
19217
  consideredMinutes - scheduledMinutes
19218
19218
  );
19219
- const itemIsPrior = consideredMinutes > scheduledMinutes;
19219
+ const itemIsPrior = consideredMinutes >= scheduledMinutes;
19220
19220
  const timeOverlap = scheduledMinutesDifference && !isNaN(scheduledMinutesDifference) ? minutesDifference <= scheduledMinutesDifference : itemIsPrior && timeStringMinutes(consideredItem.scheduledTime) < timeStringMinutes(notBeforeTime);
19221
19221
  if (timeOverlap && !(bothPotential && sameDraw) && itemIsPrior) {
19222
19222
  participantAggregator.scheduleConflicts.push({