correct regression

This commit is contained in:
Sam 2017-11-27 15:07:13 +11:00
parent d5e7691ae9
commit e48c280c7e

View File

@ -105,7 +105,7 @@ module Hijack
render(
body: binder.body,
content_type: binder.content_type,
status: status
status: binder.status
)
end
end