From fa9cf44eb0ccbb67df8054e890aa48be8dd13934 Mon Sep 17 00:00:00 2001 From: AndrewZuo01 Date: Fri, 12 Jan 2024 15:52:09 +0800 Subject: [PATCH] fix pageFindUser --- internal/rpc/user/user.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/internal/rpc/user/user.go b/internal/rpc/user/user.go index 91a40c0da..f5af9dc4e 100644 --- a/internal/rpc/user/user.go +++ b/internal/rpc/user/user.go @@ -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) {