fix pageFindUser

pull/1751/head
AndrewZuo01 2 years ago
parent 9cd1cbe95d
commit fa9cf44eb0

@ -562,11 +562,6 @@ func (s *userServer) AddNotificationAccount(ctx context.Context, req *pbuser.Add
NickName: req.NickName,
FaceURL: req.FaceURL,
}, nil
return &pbuser.AddNotificationAccountResp{
UserID: req.UserID,
NickName: req.NickName,
FaceURL: req.FaceURL,
}, nil
}
func (s *userServer) UpdateNotificationAccountInfo(ctx context.Context, req *pbuser.UpdateNotificationAccountInfoReq) (*pbuser.UpdateNotificationAccountInfoResp, error) {

Loading…
Cancel
Save