Skip to content

Commit

Permalink
Fix typescript type-check errors
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Mar 19, 2023
1 parent cab3cce commit 4edfe9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if (import.meta.env.PROD) {
emergencyStopIn: 0,
timeoutsLeft: 0,
timeoutTimeLeft: 0,
canSubstituteRobot: false,
}
} else {
latestState = {
Expand All @@ -34,6 +35,7 @@ if (import.meta.env.PROD) {
emergencyStopIn: 3,
timeoutsLeft: 4,
timeoutTimeLeft: 251.5,
canSubstituteRobot: false,
}
}

Expand Down

0 comments on commit 4edfe9c

Please sign in to comment.