mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Delete excess self
This commit is contained in:
parent
6cddc9b05a
commit
9939f2d6b8
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ module Sidekiq
|
||||||
end
|
end
|
||||||
|
|
||||||
def find_job(jid)
|
def find_job(jid)
|
||||||
self.detect { |j| j.jid == jid }
|
detect { |j| j.jid == jid }
|
||||||
end
|
end
|
||||||
|
|
||||||
def clear
|
def clear
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue