mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-02 10:18:45 +08:00
fix: find error
This commit is contained in:
parent
e7cf36d3ec
commit
7d8afb3703
@ -17,6 +17,7 @@ package third
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"github.com/OpenIMSDK/tools/log"
|
||||
"net/url"
|
||||
"time"
|
||||
|
||||
@ -40,6 +41,7 @@ import (
|
||||
)
|
||||
|
||||
func Start(config *config.GlobalConfig, client discoveryregistry.SvcDiscoveryRegistry, server *grpc.Server) error {
|
||||
log.ZDebug(context.Background(), "config19999999999999999999999999999999999", config)
|
||||
mongo, err := unrelation.NewMongo(config)
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user