mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix referencing issue
This commit is contained in:
parent
d2c1f491e6
commit
5cff7e7b4f
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ module Sidekiq
|
|||
end
|
||||
|
||||
def middlewares
|
||||
@middlewares ||= Web.middlewares
|
||||
@middlewares ||= Web.middlewares.dup
|
||||
end
|
||||
|
||||
def call(env)
|
||||
|
|
Loading…
Reference in a new issue