mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix warnings
This commit is contained in:
parent
5a151d71e1
commit
db3bf47450
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ module Sidekiq
|
|||
end
|
||||
|
||||
def self.chain
|
||||
@chain || default
|
||||
defined?(@chain) ? @chain : default
|
||||
end
|
||||
|
||||
def self.retrieve
|
||||
|
|
Loading…
Add table
Reference in a new issue