Skip to content

Commit 4edfe9c

Browse files
committed
Fix typescript type-check errors
1 parent cab3cce commit 4edfe9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ if (import.meta.env.PROD) {
1717
emergencyStopIn: 0,
1818
timeoutsLeft: 0,
1919
timeoutTimeLeft: 0,
20+
canSubstituteRobot: false,
2021
}
2122
} else {
2223
latestState = {
@@ -34,6 +35,7 @@ if (import.meta.env.PROD) {
3435
emergencyStopIn: 3,
3536
timeoutsLeft: 4,
3637
timeoutTimeLeft: 251.5,
38+
canSubstituteRobot: false,
3739
}
3840
}
3941

0 commit comments

Comments
 (0)