diff --git a/services/backend/api/v1/task/schemas.py b/services/backend/api/v1/task/schemas.py index b29f775..5ee967c 100644 --- a/services/backend/api/v1/task/schemas.py +++ b/services/backend/api/v1/task/schemas.py @@ -29,4 +29,4 @@ class HistorySubmissionOut(ModelSchema): class Meta: model = CompetitionTaskSubmission - fields = ("id", "earned_points", "timestamp") + fields = ("id", "earned_points", "timestamp", "content",)