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.
@@ -2929,7 +2929,7 @@ var matchUpFormatCode = {
2929
2929
  };
2930
2930
 
2931
2931
  function factoryVersion() {
2932
- return '1.8.32';
2932
+ return '1.8.33';
2933
2933
  }
2934
2934
 
2935
2935
  function getObjectTieFormat(obj) {
@@ -30263,7 +30263,7 @@ function getParticipantEntries(params) {
30263
30263
  potentialMatchUps[consideredItem.matchUpId];
30264
30264
  var consideredMinutes = timeStringMinutes(consideredItem.scheduledTime);
30265
30265
  var minutesDifference = Math.abs(consideredMinutes - scheduledMinutes);
30266
- var itemIsPrior = consideredMinutes > scheduledMinutes;
30266
+ var itemIsPrior = consideredMinutes >= scheduledMinutes;
30267
30267
  // Conflicts can be determined in two ways:
30268
30268
  // 1. scheduledMinutesDifference - the minutes difference between two scheduledTimes
30269
30269
  // 2. A scheduledTime occurring before a prior matchUps notBeforeTime (timeAfterRecovery)