Skip to content

Commit

Permalink
Update models.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter authored Oct 27, 2024
1 parent 4af86fb commit 53c782c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function servoSpeedConverter (scoresheet: ServoIntermediateScoresheet<import('./

const models: Model[] = [
{
rulesId: ['[email protected]', '[email protected]', '[email protected]', 'ijru.speed@4.0.0', 'svgf-rh@2020', '[email protected]', 'svgf-vh@2023', 'ijru.speed.2020'],
rulesId: ['[email protected]', '[email protected]', '[email protected]', 'ijru.speed@1.0.0', 'svgf-rh@2020', '[email protected]', 'svgf-vh@2023', 'ijru.speed.2020'],
judgeType: 'S',
name: 'Speed',
component: defineAsyncComponent(async () => await import('./views/scoring/[email protected]/Speed.vue')),
Expand All @@ -110,7 +110,7 @@ const models: Model[] = [
}
},
{
rulesId: ['[email protected]', '[email protected]', '[email protected]', 'ijru.speed@4.0.0', 'svgf-rh@2020', '[email protected]', 'ijru.speed.2020'],
rulesId: ['[email protected]', '[email protected]', '[email protected]', 'ijru.speed@1.0.0', 'svgf-rh@2020', '[email protected]', 'ijru.speed.2020'],
judgeType: 'Shj',
name: 'Speed Head Judge',
component: defineAsyncComponent(async () => await import('./views/scoring/[email protected]/Speed.vue')),
Expand Down

0 comments on commit 53c782c

Please sign in to comment.