Added solved_count to listproblems endpoint

This commit is contained in:
OXYgen 2025-04-02 21:52:21 +05:00
parent a27e311526
commit 27fe519958
3 changed files with 17 additions and 3 deletions

View file

@ -467,6 +467,7 @@ func PLI2PLI(p models.ProblemsListItem) testerv1.ProblemsListItem {
TimeLimit: p.TimeLimit,
CreatedAt: p.CreatedAt,
UpdatedAt: p.UpdatedAt,
SolvedCount: p.SolvedCount,
}
}