tods-competition-factory 1.2.3 → 1.2.5
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/forge/query.mjs +1 -1
- package/dist/forge/query.mjs.map +1 -1
- package/dist/index.mjs +48 -30
- package/dist/index.mjs.map +1 -1
- package/dist/tods-competition-factory.development.cjs.js +66 -30
- 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 +2 -2
package/dist/forge/query.mjs
CHANGED
|
@@ -14351,7 +14351,7 @@ function getDrawData({
|
|
|
14351
14351
|
ABANDONED
|
|
14352
14352
|
].includes(matchUp.matchUpStatus);
|
|
14353
14353
|
},
|
|
14354
|
-
|
|
14354
|
+
!!matchUps.length
|
|
14355
14355
|
);
|
|
14356
14356
|
if (structureInfo.structureActive)
|
|
14357
14357
|
drawActive = true;
|