From 7fabfafcef811566f4a99c4f7bed2a12f91af2cb Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Thu, 12 Oct 2023 16:53:10 -0400 Subject: [PATCH] didnt mean to commit this to master branch --- apps/dashboard/app/lib/account_cache.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/dashboard/app/lib/account_cache.rb b/apps/dashboard/app/lib/account_cache.rb index b32d01fa91..ed8f27e1b6 100644 --- a/apps/dashboard/app/lib/account_cache.rb +++ b/apps/dashboard/app/lib/account_cache.rb @@ -72,8 +72,6 @@ def queues end [queue_name, queue_name, data] - end.sort_by do |tuple| - tuple[0] end rescue StandardError => e Rails.logger.warn("Did not get queues from system with error #{e}")