This commit is contained in:
skiffer-git
2022-07-15 10:33:03 +08:00
parent 8ad22f8148
commit 2b2ecad437
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ func (s *groupServer) GetJoinedGroupList(ctx context.Context, req *pbGroup.GetJo
groupNode.OwnerUserID = owner.UserID
resp.GroupList = append(resp.GroupList, &groupNode)
} else {
log.NewError(req.OperationID, "check nil ", num, owner, err, group, err2)
log.Debug(req.OperationID, "check nil ", num, owner, err, group, err2)
continue
}
log.NewDebug(req.OperationID, "joinedGroup ", groupNode)