1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Richard Machielse 2017-10-02 21:00:25 +02:00 committed by Mike Perham
parent 6332b9f8a3
commit 167b871183

View file

@ -335,7 +335,7 @@ module Sidekiq
def display_args
# Unwrap known wrappers so they show up in a human-friendly manner in the Web UI
@args ||= case klass
@display_args ||= case klass
when /\ASidekiq::Extensions::Delayed/
safe_load(args[0], args) do |_, _, arg|
arg