mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
fix: del the err
This commit is contained in:
parent
fc1fa6ffba
commit
a23ae2294d
@ -63,7 +63,6 @@ func NewMongo() (*Mongo, error) {
|
||||
time.Sleep(time.Second) // exponential backoff could be implemented here
|
||||
continue
|
||||
}
|
||||
return nil, errs.Wrap(err, uri)
|
||||
}
|
||||
return nil, errs.Wrap(err, uri)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user