fix: typo
This commit is contained in:
parent
318599cfea
commit
a27e311526
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue