mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
fix merge bug
This commit is contained in:
parent
56ea001c25
commit
561d9d43d7
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ module Sidekiq
|
|||
❤(k, json)
|
||||
end
|
||||
|
||||
def ❤(k, json)
|
||||
def ❤(key, json)
|
||||
begin
|
||||
fails = 0
|
||||
Processor::FAILURE.update {|curr| fails = curr; 0 }
|
||||
|
|
Loading…
Reference in a new issue