mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
oops
This commit is contained in:
parent
0de36350fb
commit
13049fcd12
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ module Sidekiq
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.done?
|
def self.done?
|
||||||
defined? @done
|
defined?(@done) && @done
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.strategy
|
def self.strategy
|
||||||
|
|
Loading…
Reference in a new issue