From 1b65b4fe3a8ad3266058f0b2a49d555230c780e1 Mon Sep 17 00:00:00 2001 From: osc-bot <78549874+osc-bot@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:55:10 -0500 Subject: [PATCH] lint a random file (#3349) --- .../app/lib/smart_attributes/attributes/auto_queues.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/dashboard/app/lib/smart_attributes/attributes/auto_queues.rb b/apps/dashboard/app/lib/smart_attributes/attributes/auto_queues.rb index fa441be1ea..b9740e5e96 100644 --- a/apps/dashboard/app/lib/smart_attributes/attributes/auto_queues.rb +++ b/apps/dashboard/app/lib/smart_attributes/attributes/auto_queues.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::AutoQueues] the attribute object def self.build_auto_queues(opts = {}) - static_opts = { options: queues }.merge(opts.without(:options).to_h)