tods-competition-factory 1.6.21 → 1.6.23

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.
@@ -6814,25 +6814,25 @@ function targetByRoundOutcome({
6814
6814
  matchUp,
6815
6815
  targetLinks: { loserTargetLink, winnerTargetLink, byeTargetLink },
6816
6816
  targetMatchUps: {
6817
- byeMatchUp,
6818
- loserMatchUp,
6819
- winnerMatchUp,
6820
- byeTargetDrawPosition,
6821
- loserTargetDrawPosition,
6822
- winnerTargetDrawPosition,
6823
- byeMatchUpDrawPositionIndex,
6817
+ winnerMatchUpDrawPositionIndex,
6824
6818
  loserMatchUpDrawPositionIndex,
6825
- winnerMatchUpDrawPositionIndex
6819
+ byeMatchUpDrawPositionIndex,
6820
+ winnerTargetDrawPosition,
6821
+ loserTargetDrawPosition,
6822
+ byeTargetDrawPosition,
6823
+ winnerMatchUp,
6824
+ loserMatchUp,
6825
+ byeMatchUp
6826
6826
  },
6827
6827
  targetMatchUpIds: !!(winnerMatchUpId || loserMatchUpId)
6828
6828
  });
6829
6829
  }
6830
6830
  function targetByWinRatio({ matchUp }) {
6831
6831
  return {
6832
- matchUp,
6833
6832
  targetLinks: { loserTargetLink: void 0, winnerTargetLink: void 0 },
6834
6833
  // returned for testing
6835
- targetMatchUps: { loserMatchUp: void 0, winnerMatchUp: void 0 }
6834
+ targetMatchUps: { loserMatchUp: void 0, winnerMatchUp: void 0 },
6835
+ matchUp
6836
6836
  };
6837
6837
  }
6838
6838