mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 23:17:09 +00:00
fix results
This commit is contained in:
@@ -210,7 +210,7 @@ def get_competition_results(request, competition_id: UUID):
|
||||
task_name=task.title,
|
||||
result=result,
|
||||
max_points=task.points,
|
||||
position=task.in_competition_positions
|
||||
position=task.in_competition_position
|
||||
))
|
||||
|
||||
return status.OK, data
|
||||
|
||||
Reference in New Issue
Block a user