Skip to content

Commit

Permalink
Merge pull request #359 from HarkerRobo/main
Browse files Browse the repository at this point in the history
[staging deploy] Fix predictions
  • Loading branch information
CMEONE authored Mar 30, 2024
2 parents 9940717 + c4cf1a1 commit 21af65c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/scouting/2024/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1471,10 +1471,6 @@ async function syncPredictCache(event, redTeamNumbers, blueTeamNumbers) {
)
.toString()
);
prediction.match = match.match_number;
prediction.win = match.alliances[
prediction.winner
].team_keys.includes(`frc${teamNumber}`);
let predictionRed =
prediction.red / (prediction.red + prediction.blue);
let predictionBlue =
Expand Down

0 comments on commit 21af65c

Please sign in to comment.