tods-competition-factory 1.2.13 → 1.2.14

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.
@@ -14734,12 +14734,12 @@ function generateAndPopulateRRplayoffStructures(params) {
14734
14734
  });
14735
14735
  const finishingPositionParticipantIds = {};
14736
14736
  positionAssignments.forEach((assignment) => {
14737
- const {
14738
- extension: { value: participantResult }
14739
- } = findExtension({
14737
+ var _a2;
14738
+ const result2 = findExtension({
14740
14739
  element: assignment,
14741
14740
  name: TALLY
14742
14741
  });
14742
+ const participantResult = (_a2 = result2 == null ? void 0 : result2.extension) == null ? void 0 : _a2.value;
14743
14743
  const groupOrder = participantResult == null ? void 0 : participantResult.groupOrder;
14744
14744
  if (groupOrder) {
14745
14745
  if (!finishingPositionParticipantIds[groupOrder])