File tree Expand file tree Collapse file tree
src/handler/manager/scoutreports Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export const addScoutReportDashboard = async (
3939 startTime : z . number ( ) ,
4040 notes : z . string ( ) ,
4141 robotRoles : z . array ( z . nativeEnum ( RobotRole ) ) ,
42- fieldTraversal : z . nativeEnum ( FieldTraversal ) ,
42+ mobility : z . nativeEnum ( FieldTraversal ) ,
4343 climbPosition : z . nativeEnum ( ClimbPosition ) . optional ( ) ,
4444 climbSide : z . nativeEnum ( ClimbSide ) . optional ( ) ,
4545 beached : z . nativeEnum ( Beached ) ,
@@ -126,7 +126,7 @@ export const addScoutReportDashboard = async (
126126 beached : paramsScoutReport . beached ,
127127 feederTypes : paramsScoutReport . feederTypes ,
128128 intakeType : paramsScoutReport . intakeType ,
129- fieldTraversal : paramsScoutReport . fieldTraversal ,
129+ fieldTraversal : paramsScoutReport . mobility ,
130130 defenseEffectiveness : paramsScoutReport . defenseEffectiveness ,
131131 scoresWhileMoving : paramsScoutReport . scoresWhileMoving ,
132132 accuracy : paramsScoutReport . accuracy ,
You can’t perform that action at this time.
0 commit comments