fix: del the err

pull/1872/head
luhaoling 2 years ago
parent fc1fa6ffba
commit a23ae2294d

@ -63,7 +63,6 @@ func NewMongo() (*Mongo, error) {
time.Sleep(time.Second) // exponential backoff could be implemented here time.Sleep(time.Second) // exponential backoff could be implemented here
continue continue
} }
return nil, errs.Wrap(err, uri)
} }
return nil, errs.Wrap(err, uri) return nil, errs.Wrap(err, uri)
} }

Loading…
Cancel
Save