Skip to content

Commit

Permalink
needs a do here
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Oct 13, 2023
1 parent 1d088cc commit b7a519b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/app/lib/account_cache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def queues
cluster_queues.map do |queue|
[queue.name, queue.name, cluster_data] unless blocked_queue?(queue)
end.compact
end.flatten(1).sort_by |tuple|
end.flatten(1).sort_by do |tuple|
tuple[0]
end

Expand Down

0 comments on commit b7a519b

Please sign in to comment.