From 5f4ff339bcd7e6a6096278cda7c0705f95c433d0 Mon Sep 17 00:00:00 2001 From: osc-bot <78549874+osc-bot@users.noreply.github.com> Date: Thu, 16 Feb 2023 08:46:46 -0600 Subject: [PATCH] lint a random file (#2584) --- .../app/lib/smart_attributes/attributes/auto_accounts.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/dashboard/app/lib/smart_attributes/attributes/auto_accounts.rb b/apps/dashboard/app/lib/smart_attributes/attributes/auto_accounts.rb index f909e5c2a8..628a09c433 100644 --- a/apps/dashboard/app/lib/smart_attributes/attributes/auto_accounts.rb +++ b/apps/dashboard/app/lib/smart_attributes/attributes/auto_accounts.rb @@ -2,7 +2,6 @@ module SmartAttributes class AttributeFactory - extend AccountCache # Build this attribute object. No 'options' are used as this Attribute @@ -12,7 +11,6 @@ class AttributeFactory # @param opts [Hash] attribute's options # @return [Attributes::AutoAccounts] the attribute object def self.build_auto_accounts(opts = {}) - options = if Configuration.bc_simple_auto_accounts? account_names elsif Configuration.bc_dynamic_js?