diff --git a/lib/resque/plugins/dynamic_queues/queues.rb b/lib/resque/plugins/dynamic_queues/queues.rb index 6fc7aa9..afba124 100644 --- a/lib/resque/plugins/dynamic_queues/queues.rb +++ b/lib/resque/plugins/dynamic_queues/queues.rb @@ -54,7 +54,7 @@ def queues_with_dynamic end end - return matched_queues.uniq.sort + return matched_queues.uniq end