tods-competition-factory 2.2.2 → 2.2.3

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.
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  function factoryVersion() {
6
- return '2.2.2';
6
+ return '2.2.3';
7
7
  }
8
8
 
9
9
  const SINGLES_MATCHUP = 'SINGLES';
@@ -28649,7 +28649,7 @@ function generateVoluntaryConsolation(params) {
28649
28649
  return result;
28650
28650
  }
28651
28651
  tieFormat = copyTieFormat(tieFormat ?? resolveTieFormat({ drawDefinition })?.tieFormat);
28652
- matchUpType = matchUpType ?? drawDefinition.matchUpType ?? SINGLES$1;
28652
+ matchUpType = matchUpType ?? drawDefinition.matchUpType;
28653
28653
  const { structures: stageStructures } = getDrawStructures({
28654
28654
  stageSequence: 1,
28655
28655
  drawDefinition,