Skip to content

Commit

Permalink
Fix regression
Browse files Browse the repository at this point in the history
reported here: #1374 (comment)
  • Loading branch information
steveklabnik committed Mar 10, 2016
1 parent 63e9f09 commit dcf2261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resque/failure/multiple.rb
Expand Up @@ -56,7 +56,7 @@ def self.requeue(*args)
classes.first.requeue(*args)
end

def self.remove(index)
def self.remove(index, queue)
classes.each { |klass| klass.remove(index) }
end
end
Expand Down

0 comments on commit dcf2261

Please sign in to comment.