mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-03 14:31:43 +08:00
1
This commit is contained in:
parent
8cc76e83f6
commit
3270cbab8c
@ -727,7 +727,7 @@ func (s *groupServer) GroupApplicationResponse(ctx context.Context, req *pbGroup
|
||||
return nil, err
|
||||
}
|
||||
if cacheResp.CommonResp.ErrCode != 0 {
|
||||
return nil, utils.Wrap(constant.ErrInfo{
|
||||
return nil, utils.Wrap(&constant.ErrInfo{
|
||||
ErrCode: cacheResp.CommonResp.ErrCode,
|
||||
ErrMsg: cacheResp.CommonResp.ErrMsg,
|
||||
}, "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user