tods-competition-factory 1.8.16 → 1.8.18

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.
@@ -1466,8 +1466,8 @@ const POLICY_COMPETITIVE_BANDS_DEFAULT = {
1466
1466
  };
1467
1467
 
1468
1468
  function getMatchUpCompetitiveProfile({
1469
- profileBands,
1470
1469
  tournamentRecord,
1470
+ profileBands,
1471
1471
  matchUp
1472
1472
  }) {
1473
1473
  if (!matchUp)
@@ -8599,8 +8599,8 @@ function allTournamentMatchUps(params) {
8599
8599
  if (!participants) {
8600
8600
  ({ participants, participantMap } = hydrateParticipants({
8601
8601
  participantsProfile,
8602
- policyDefinitions,
8603
8602
  useParticipantMap,
8603
+ policyDefinitions,
8604
8604
  tournamentRecord,
8605
8605
  contextProfile,
8606
8606
  inContext