Skip to content

Commit

Permalink
chore: Remove problem's status none
Browse files Browse the repository at this point in the history
  • Loading branch information
jus1d committed Jan 19, 2025
1 parent f2be85b commit 3d0b93d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/app/handler/contests.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ func (h *Handler) GetContestByID(c echo.Context) error {
cdetailed.Problems[i].Status = "accepted"
case submission.VerdictWrongAnswer:
cdetailed.Problems[i].Status = "tried"
default:
cdetailed.Problems[i].Status = "none"
}
}

Expand Down

0 comments on commit 3d0b93d

Please sign in to comment.