david 119905685f fix: correct Elo calculator winner validation logic
The Elo calculator was incorrectly rejecting valid scores (10-7) because
it checked if team score >= 10 without verifying the opposing team's score.

Changes:
- Update winner determination to check both score >= 10 AND score > opponent
- Add detailed error message with actual scores for debugging
- Ensure only one team can win (not both reaching 10 points)
2026-03-27 12:24:46 -07:00
2024-10-02 03:40:13 -07:00
2024-09-12 17:53:09 -07:00
2024-09-06 12:59:40 -07:00
2024-09-06 15:40:13 -07:00
2024-09-06 12:59:40 -07:00
2024-09-06 12:59:40 -07:00
2024-09-06 12:59:40 -07:00
2024-09-06 12:59:40 -07:00
2024-09-06 12:59:40 -07:00
2024-09-12 19:06:02 -07:00
2024-09-06 12:59:40 -07:00
S
Description
No description provided
Readme 5.6 MiB
2026-03-31 23:35:21 +00:00
Languages
TypeScript 88.4%
JavaScript 8.2%
Gherkin 1.6%
Just 0.9%
Shell 0.5%
Other 0.3%