Skip to content

Commit

Permalink
Add missing can_participate field (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacspe authored Apr 12, 2024
1 parent 49181f0 commit 4f124af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion competition/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def get_series_num_solutions(self, obj):


@ts_interface(context='competition')
class SeriesWithProblemsSerializer(serializers.ModelSerializer):
class SeriesWithProblemsSerializer(ModelWithParticipationSerializer):
problems = ProblemSerializer(
many=True,
read_only=True
Expand Down

0 comments on commit 4f124af

Please sign in to comment.