worker: drop unused variable
This commit is contained in:
parent
4e46eacd64
commit
5d2f2402cf
1 changed files with 0 additions and 1 deletions
|
|
@ -97,7 +97,6 @@ func (s *Server) Enqueue(arch string, manifest distro.Manifest, targets []*targe
|
|||
}
|
||||
|
||||
func (s *Server) JobStatus(id uuid.UUID) (*JobStatus, error) {
|
||||
var canceled bool
|
||||
var result OSBuildJobResult
|
||||
|
||||
queued, started, finished, canceled, err := s.jobs.JobStatus(id, &result)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue