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.
- package/dist/index.mjs +2 -2
- package/dist/tods-competition-factory.development.cjs.js +2 -2
- package/dist/tods-competition-factory.development.cjs.js.map +1 -1
- package/dist/tods-competition-factory.production.cjs.min.js +1 -1
- package/dist/tods-competition-factory.production.cjs.min.js.map +1 -1
- package/package.json +6 -6
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
function factoryVersion() {
|
|
6
|
-
return '2.1.
|
|
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,
|