fix: find error

This commit is contained in:
luhaoling 2024-02-29 19:09:16 +08:00
parent e7cf36d3ec
commit 7d8afb3703

View File

@ -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