lib/elasticsearch/api/actions/tasks/list.rb in elasticsearch-api-8.0.0 vs lib/elasticsearch/api/actions/tasks/list.rb in elasticsearch-api-8.0.1

- old
+ new

@@ -35,14 +35,13 @@ # @option arguments [Hash] :headers Custom HTTP headers # # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html # def list(arguments = {}) + arguments = arguments.clone headers = arguments.delete(:headers) || {} - body = nil - - arguments = arguments.clone + body = nil method = Elasticsearch::API::HTTP_GET path = "_tasks" params = Utils.process_params(arguments)