Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix roundEnd event example #24

Merged
merged 1 commit into from
Dec 27, 2023
Merged

Conversation

borzaka
Copy link
Contributor

@borzaka borzaka commented Dec 24, 2023

The roundEnd event uses the Score interface:

roundEnd: (team: I.Score) => void;

Maybe the team should also be renamed as score as in matchEnd?

matchEnd: (score: I.Score) => void;

@osztenkurden osztenkurden merged commit 6cc0d6a into osztenkurden:master Dec 27, 2023
4 checks passed
@borzaka borzaka deleted the patch-1 branch December 27, 2023 13:08
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.

2 participants