Skip to content

Commit

Permalink
fix: del the unuse method
Browse files Browse the repository at this point in the history
  • Loading branch information
luhaoling committed Dec 14, 2023
1 parent 260101d commit 5ba3e4c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/rpclient/chat/chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,3 @@ func (o *ChatClient) UpdateUser(ctx context.Context, req *chat.UpdateUserInfoReq
_, err := o.client.UpdateUserInfo(ctx, req)
return err
}

func (o *ChatClient) RegisterUser(ctx context.Context, req *chat.RegisterUserReq) error {
return nil
}

0 comments on commit 5ba3e4c

Please sign in to comment.