lib/elasticsearch/api/actions/migration/deprecations.rb in elasticsearch-api-8.0.0 vs lib/elasticsearch/api/actions/migration/deprecations.rb in elasticsearch-api-8.0.1

- old
+ new

@@ -25,14 +25,13 @@ # @option arguments [Hash] :headers Custom HTTP headers # # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/migration-api-deprecation.html # def deprecations(arguments = {}) + arguments = arguments.clone headers = arguments.delete(:headers) || {} - body = nil - - arguments = arguments.clone + body = nil _index = arguments.delete(:index) method = Elasticsearch::API::HTTP_GET path = if _index