mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
Refactor code
This commit is contained in:
parent
2936f886a9
commit
42c898d5aa
@ -400,6 +400,7 @@ func (s *groupServer) GetGroupApplicationList(_ context.Context, req *pbGroup.Ge
|
||||
for _, v := range reply {
|
||||
var node open_im_sdk.GroupRequest
|
||||
utils.CopyStructFields(&node, v)
|
||||
log.NewDebug(req.OperationID, "node ", node, "v ", v)
|
||||
}
|
||||
log.NewInfo(req.OperationID, "GetGroupMembersInfo rpc return ", resp)
|
||||
return &resp, nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user