Merge pull request 'Added solved_count to listproblems endpoint' (#2) from listproblems-solved-count into develop
Reviewed-on: #2 Reviewed-by: Vyacheslav Birin <vyacheslav1557@noreply.localhost> Reviewed-by: Holoti <holoti@noreply.localhost>
This commit is contained in:
commit
2ab7a16ddf
3 changed files with 17 additions and 3 deletions
|
@ -467,6 +467,7 @@ func PLI2PLI(p models.ProblemsListItem) testerv1.ProblemsListItem {
|
|||
TimeLimit: p.TimeLimit,
|
||||
CreatedAt: p.CreatedAt,
|
||||
UpdatedAt: p.UpdatedAt,
|
||||
SolvedCount: p.SolvedCount,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue