Skip to content

Commit

Permalink
UpdateUserRequest remove email
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jun 30, 2024
1 parent 6903fa4 commit c12c2a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/user/user.service.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func (s *serviceImpl) FindOne(_ context.Context, req *proto.FindOneUserRequest)
return nil, status.Error(codes.Internal, err.Error())
}

s.log.Named("FindOne").Info("FindOne: ", zap.Any("user", ModelToProto(user)))
return &proto.FindOneUserResponse{
User: ModelToProto(user),
}, nil
Expand Down

0 comments on commit c12c2a8

Please sign in to comment.