Skip to content

Commit

Permalink
feat: ✨ getTournamentInfo: include tournament publishState for OOP …
Browse files Browse the repository at this point in the history
…etc.
  • Loading branch information
CourtHive committed Mar 27, 2024
1 parent 5e56ca2 commit 91933ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/query/tournaments/getTournamentInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export function getTournamentInfo(params?: { tournamentRecord: Tournament; usePu
}
}

tournamentInfo.publishState = publishState?.tournament;
tournamentInfo.eventInfo = eventInfo;

return {
Expand Down

0 comments on commit 91933ff

Please sign in to comment.