mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix #3620
This commit is contained in:
parent
6332b9f8a3
commit
167b871183
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue