Skip to content

Commit

Permalink
fix dubbele max_score
Browse files Browse the repository at this point in the history
  • Loading branch information
PJDeSmijter committed Mar 12, 2024
1 parent f413c89 commit cba6b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pigeonhole/apps/projects/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ProjectSerializer(serializers.ModelSerializer):
class Meta:
model = Project
fields = ["project_id", "course_id", "name", "description", "deadline", "visible", "number_of_groups",
"group_size", "max_score", "file_structure", "max_score"]
"group_size", "max_score", "file_structure"]


class Test(models.Model):
Expand Down

0 comments on commit cba6b28

Please sign in to comment.