mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
fix(be): recursive
This commit is contained in:
parent
e0b309b2e1
commit
793d1a36e2
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user