foo
This commit is contained in:
parent
10b2c6e365
commit
266c27d1d0
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ func (r *Runner) GetResults() (*time.Time, []*Result) {
|
|||
|
||||
// GetSubmitQueue returns the submit queue object, to be consumed by the frontend
|
||||
func (r *Runner) GetSubmitQueue() (*SubmitQueue) {
|
||||
return r.SubmitQueue
|
||||
return r.submitQueue
|
||||
}
|
||||
|
||||
// Trigger starts a new batch job
|
||||
|
|
Loading…
Reference in a new issue