lib/wcc/contentful/store/factory.rb in wcc-contentful-1.2.0 vs lib/wcc/contentful/store/factory.rb in wcc-contentful-1.2.1

- old
+ new

@@ -88,10 +88,10 @@ middleware.each do |m| next if m[0].respond_to?(:call) raise ArgumentError, "The middleware '#{m[0]&.try(:name) || m[0]}' cannot be applied! " \ - 'It must respond to :call' + 'It must respond to :call' end validate_store!(store) end