Include timer_end in TournamentSerializer

This commit is contained in:
Daniel Schädler 2025-03-13 15:56:01 +01:00
parent 16e65a3b03
commit f7dc8411f4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
class TournamentSerializer < SimpleTournamentSerializer class TournamentSerializer < SimpleTournamentSerializer
attributes :description, :playoff_teams_amount, attributes :description, :playoff_teams_amount,
:instant_finalists_amount, :intermediate_round_participants_amount :instant_finalists_amount, :intermediate_round_participants_amount, :timer_end
has_many :stages has_many :stages
has_many :teams has_many :teams