lib/intercom/scroll_collection_proxy.rb in intercom-3.5.9 vs lib/intercom/scroll_collection_proxy.rb in intercom-3.5.10

- old
+ new

@@ -1,7 +1,6 @@ require "intercom/utils" -require "ext/sliceable_hash" module Intercom class ScrollCollectionProxy attr_reader :resource_name, :scroll_url, :resource_class, :scroll_param, :records @@ -78,6 +77,6 @@ def extract_scroll_param(response_hash) return nil unless records_present?(response_hash) response_hash['scroll_param'] end end -end \ No newline at end of file +end