add attachments field to task out schema

This commit is contained in:
Timur
2025-03-02 11:52:45 +03:00
parent 24d9e616bc
commit 5c9f951217
+1
View File
@@ -17,6 +17,7 @@ class TaskOutSchema(ModelSchema):
"type",
"in_competition_position",
"points",
"attachments",
]