Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlihou committed Mar 23, 2024
1 parent 06bc0bc commit 4af402f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions functions/src/api/FrcEventsApiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ export default class FrcEventsApiClient extends GenericApiClient {
}), {} as Record<DriverStation, number>),
winner: await getWinnerFromMatch(mr, bm.number),
})));

if (bracket[bm.number]!)
}
}));
return bracket;
Expand Down

0 comments on commit 4af402f

Please sign in to comment.