This commit is contained in:
Renán Del Valle 2021-04-29 10:35:22 -07:00
parent 500a4d8574
commit dc706a96fe
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -1037,9 +1037,7 @@ func (r *realisClient) JobUpdateDetails(updateQuery aurora.JobUpdateQuery) (*aur
false,
func() (*aurora.Response, error) {
return r.client.GetJobUpdateDetails(context.TODO(), &updateQuery)
},
nil,
)
})
if retryErr != nil {
return nil, errors.Wrap(retryErr, "unable to get job update details")