Skip to content

Commit

Permalink
incorrect discipline set for WH
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter committed Oct 27, 2024
1 parent 9326927 commit 2fe9b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/models/competition-events/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ export default {
id: '[email protected]',
name: 'IJRU Wheel Freestyle v4.0.0',
options: SR.options,
judges: [presentationJudge, technicalJudgeFactory({ discipline: 'sr' }), difficultyJudgeFactory('Da', 'Difficulty - Athlete A', { discipline: 'sr' }), difficultyJudgeFactory('Db', 'Difficulty - Athlete B', { discipline: 'sr' })],
judges: [presentationJudge, technicalJudgeFactory({ discipline: 'wh' }), difficultyJudgeFactory('Da', 'Difficulty - Athlete A', { discipline: 'wh' }), difficultyJudgeFactory('Db', 'Difficulty - Athlete B', { discipline: 'wh' })],

calculateEntry: calculateEntryFactory({ discipline: 'wh' }),
rankEntries: SR.rankEntries,

previewTable: options => freestylePreviewTableHeadersFactory({ discipline: 'sr' })(options),
previewTable: options => freestylePreviewTableHeadersFactory({ discipline: 'wh' })(options),
resultTable: options => freestyleResultTableHeaders,
} satisfies CompetitionEventModel<Option>

0 comments on commit 2fe9b7e

Please sign in to comment.