tods-competition-factory 1.8.40 → 1.8.42

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.
@@ -21295,7 +21295,10 @@ function generateDrawTypeAndModifyDrawDefinition(params) {
21295
21295
  });
21296
21296
  }
21297
21297
  const { inContextDrawMatchUps } = addGoesTo({ drawDefinition, matchUpsMap });
21298
- modifyDrawNotice({ drawDefinition });
21298
+ modifyDrawNotice({
21299
+ tournamentId: params.tournamentRecord?.tournamentId,
21300
+ drawDefinition
21301
+ });
21299
21302
  return {
21300
21303
  inContextDrawMatchUps,
21301
21304
  drawDefinition,