1
0

Refactor ListTask to Task (#92)

This commit is contained in:
konrad
2019-08-14 20:19:04 +00:00
committed by Gitea
parent be14634e1e
commit 66cdd79666
26 changed files with 206 additions and 189 deletions

View File

@ -55,7 +55,7 @@ func setupMetrics(a *echo.Group) {
},
{
metrics.TaskCountKey,
models.ListTask{},
models.Task{},
},
{
metrics.TeamCountKey,