From 5d0db64017f1711edef7cb766831f5e235a21208 Mon Sep 17 00:00:00 2001 From: AndrewZuo01 Date: Thu, 28 Dec 2023 10:44:57 +0800 Subject: [PATCH] update notification --- 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 408bec1c4..fdfd81ed2 100644 --- a/internal/rpc/user/user.go +++ b/internal/rpc/user/user.go @@ -524,11 +524,6 @@ func (s *userServer) SearchNotificationAccount(ctx context.Context, req *pbuser. return resp, nil } -func (s *userServer) UpdateUserInfoEx(ctx context.Context, req *pbuser.UpdateUserInfoExReq) (*pbuser.UpdateUserInfoExResp, error) { - //TODO implement me - panic("implement me") -} - func (s *userServer) GetNotificationAccount(ctx context.Context, req *pbuser.GetNotificationAccountReq) (*pbuser.GetNotificationAccountResp, error) { if req.UserID == "" { return nil, errs.ErrArgs.Wrap("userID is empty")