Skip to content

Commit

Permalink
Stringify the hash
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed Jan 9, 2015
1 parent bab38f1 commit 2282cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sidekiq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def self.server_middleware
end

def self.default_worker_options=(hash)
@default_worker_options = default_worker_options.merge(hash).stringify_keys
@default_worker_options = default_worker_options.merge(hash.stringify_keys)
end

def self.default_worker_options
Expand Down

0 comments on commit 2282cbb

Please sign in to comment.