fix: typo

This commit is contained in:
Vyacheslav1557 2025-03-30 20:47:51 +05:00
parent 318599cfea
commit a27e311526

View file

@ -104,7 +104,7 @@ func (h *TesterHandlers) GetContest(c *fiber.Ctx, id int32) error {
Tasks: make([]struct { Tasks: make([]struct {
Solution testerv1.Solution `json:"solution"` Solution testerv1.Solution `json:"solution"`
Task testerv1.TasksListItem `json:"task"` Task testerv1.TasksListItem `json:"task"`
}, 0), }, len(tasks)),
} }
for i, task := range tasks { for i, task := range tasks {