This commit is contained in:
wangchuxiao
2023-03-09 13:26:58 +08:00
parent 046d645ef6
commit 0c98231fcd
6 changed files with 42 additions and 43 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ type Auth struct {
}
func (o *Auth) client() (auth.AuthClient, error) {
conn, err := o.c.GetConn(*config.Config.RpcRegisterName.OpenImAuthName)
conn, err := o.c.GetConn(config.Config.RpcRegisterName.OpenImAuthName)
if err != nil {
return nil, err
}