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

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module WCC::Contentful::Store class CDNAdapter include WCC::Contentful::Store::Interface - # Note: CDNAdapter should not instrument store events cause it's not a store. + # NOTE: CDNAdapter should not instrument store events cause it's not a store. attr_writer :client, :preview_client def client @preview ? @preview_client : @client