Skip to content

Commit

Permalink
Update lib/resque.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrochalakis committed Feb 19, 2021
1 parent f7b6c4e commit df656f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resque.rb
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def push(queue, item)
#
# Returns a Ruby object.
def pop(*queues)
queue, decoded_job = pop_with_queue(*queues)
_, decoded_job = pop_with_queue(*queues)

decoded_job
end
Expand Down

0 comments on commit df656f5

Please sign in to comment.