Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

Commit 4477ae2

Browse files
authored
Update rpc.go
1 parent 3b2ce5e commit 4477ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type PipelineList struct {
2121

2222
// Push job to the testQueue.
2323
func (rpc *rpcServer) Push(j *Job, id *string) (err error) {
24-
if rpc.svc == nil || rpc.svc.rr == nil {
24+
if rpc.svc == nil {
2525
return fmt.Errorf("jobs server is not running")
2626
}
2727

0 commit comments

Comments
 (0)