Skip to content

Commit 1d9680a

Browse files
committed
add [email protected] to speed models
1 parent 18ba76a commit 1d9680a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/models.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function servoSpeedConverter (scoresheet: ServoIntermediateScoresheet<import('./
9292

9393
const models: Model[] = [
9494
{
95-
rulesId: ['[email protected]', '[email protected]', '[email protected]', '[email protected]', 'svgf-rh@2020', 'svgf-rh@2025', '[email protected]', 'svgf-vh@2023', 'ijru.speed.2020'],
95+
rulesId: ['[email protected]', '[email protected]', '[email protected]', 'ijru@4.0.0', '[email protected]', 'ijru[email protected]', 'svgf-rh@2020', 'svgf-rh@2025', '[email protected]', 'svgf-vh@2023', 'ijru.speed.2020'],
9696
judgeType: 'S',
9797
name: 'Speed',
9898
component: defineAsyncComponent(async () => await import('./views/scoring/[email protected]/Speed.vue')),
@@ -109,7 +109,7 @@ const models: Model[] = [
109109
}
110110
},
111111
{
112-
rulesId: ['[email protected]', '[email protected]', '[email protected]', '[email protected]', 'svgf-rh@2020', 'svgf-rh@2025', '[email protected]', 'ijru.speed.2020'],
112+
rulesId: ['[email protected]', '[email protected]', '[email protected]', 'ijru@4.0.0', '[email protected]', 'ijru[email protected]', 'svgf-rh@2020', 'svgf-rh@2025', '[email protected]', 'ijru.speed.2020'],
113113
judgeType: 'Shj',
114114
name: 'Speed Head Judge',
115115
component: defineAsyncComponent(async () => await import('./views/scoring/[email protected]/Speed.vue')),

0 commit comments

Comments
 (0)