Skip to content

Fix finalStandings() return type for round-robin stages#235

Merged
Drarig29 merged 1 commit intomasterfrom
corentin.girard/fix-final-standings-return-type
Feb 25, 2026
Merged

Fix finalStandings() return type for round-robin stages#235
Drarig29 merged 1 commit intomasterfrom
corentin.girard/fix-final-standings-return-type

Conversation

@Drarig29
Copy link
Copy Markdown
Owner

Closes Drarig29/brackets-model#12

manager.get.finalStandings() was returning RankingItem[] when called with round-robin options, instead of the more specific RoundRobinFinalStandingsItem[] which includes groupId and name.

Also opens Drarig29/brackets-model#14 to clarify the RankingItem JSDoc comment.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Drarig29 Drarig29 changed the title Fix finalStandings() return type for round-robin stages Fix finalStandings() return type for round-robin stages Feb 25, 2026
@Drarig29 Drarig29 marked this pull request as ready for review February 25, 2026 21:38
@Drarig29 Drarig29 merged commit a63152d into master Feb 25, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RankingItem interface missing name and groupId

1 participant