Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jun 22, 2015
1 parent 0de3635 commit 13049fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sidekiq/fetch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def self.reset # testing only
end

def self.done?
defined? @done
defined?(@done) && @done
end

def self.strategy
Expand Down

0 comments on commit 13049fc

Please sign in to comment.