add points field to task schema

This commit is contained in:
Timur
2025-03-02 08:50:16 +03:00
parent 2c311fe929
commit e953219331
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@ class TaskOutSchema(ModelSchema):
"description",
"type",
"in_competition_position",
"points",
]