fix(be): recursive

This commit is contained in:
Denis Gukov 2021-10-25 16:21:49 +05:00
parent e0b309b2e1
commit 793d1a36e2

View File

@ -89,7 +89,6 @@ func (d *SqlDb) GetTask(projectID int, taskID int) (task db.Task, err error) {
return
}
err = task.Fill(d)
if err != nil {
return
}