Updated pkg/common/db/controller/msg.go

This commit is contained in:
sweep-ai[bot] 2023-08-15 01:49:04 +00:00 committed by GitHub
parent da9f9f0e31
commit 3d564caa54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ import (
"go.mongodb.org/mongo-driver/mongo"
pbMsg "github.com/OpenIMSDK/protocol/msg"
pbMsg "github.com/OpenIMSDK/Open-IM-Server/pkg/protocol"
"github.com/OpenIMSDK/protocol/sdkws"
"github.com/OpenIMSDK/tools/utils"
)