Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mperham/sidekiq
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Aug 3, 2018
2 parents 353c95d + 2929413 commit 35cdf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sidekiq/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def self.all
attr_reader :name

def initialize(name="default")
@name = name
@name = name.to_s
@rname = "queue:#{name}"
end

Expand Down

0 comments on commit 35cdf82

Please sign in to comment.