From c2aa53db187b90f67d1ec179af853d144f5e64c9 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Fri, 13 Oct 2023 11:01:59 -0400 Subject: [PATCH] didnt mean to commit this to master branch (#3124) --- 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}")