Fixup
This commit is contained in:
parent
500a4d8574
commit
dc706a96fe
1 changed files with 1 additions and 3 deletions
|
@ -1037,9 +1037,7 @@ func (r *realisClient) JobUpdateDetails(updateQuery aurora.JobUpdateQuery) (*aur
|
||||||
false,
|
false,
|
||||||
func() (*aurora.Response, error) {
|
func() (*aurora.Response, error) {
|
||||||
return r.client.GetJobUpdateDetails(context.TODO(), &updateQuery)
|
return r.client.GetJobUpdateDetails(context.TODO(), &updateQuery)
|
||||||
},
|
})
|
||||||
nil,
|
|
||||||
)
|
|
||||||
|
|
||||||
if retryErr != nil {
|
if retryErr != nil {
|
||||||
return nil, errors.Wrap(retryErr, "unable to get job update details")
|
return nil, errors.Wrap(retryErr, "unable to get job update details")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue