tods-competition-factory 2.1.29 → 2.1.30

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.1.29';
6
+ return '2.1.30';
7
7
  }
8
8
 
9
9
  const SINGLES_MATCHUP = 'SINGLES';
@@ -53710,7 +53710,7 @@ function getStructureReports(params) {
53710
53710
  category: subType,
53711
53711
  categoryName,
53712
53712
  ageCategoryCode,
53713
- flightNumber: flightMap[drawId],
53713
+ flightNumber: flightMap?.[drawId],
53714
53714
  drawType,
53715
53715
  stage: s.stage,
53716
53716
  seedingBasis: seedingBasis ? JSON.stringify(seedingBasis) : undefined,