mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
fix unnasigned instance variable warnings
This commit is contained in:
parent
41e69fe723
commit
166d256b45
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module Sidekiq
|
|||
end
|
||||
|
||||
def self.url
|
||||
ENV['REDISTOGO_URL'] || @url
|
||||
ENV['REDISTOGO_URL'] || (@url = nil)
|
||||
end
|
||||
|
||||
def self.namespace=(namespace)
|
||||
|
|
Loading…
Add table
Reference in a new issue