mirror of
https://github.com/iv-org/invidious.git
synced 2026-08-16 21:10:53 -05:00
Remove unrelated companion change from channel fix
This commit is contained in:
parent
b793ad5c40
commit
ed1fec8a87
@ -13,8 +13,6 @@ module Invidious::Routes::Companion
|
||||
end
|
||||
end
|
||||
rescue ex
|
||||
env.response.status_code = 502
|
||||
return env.response.print("502 Bad Gateway")
|
||||
end
|
||||
end
|
||||
|
||||
@ -32,8 +30,6 @@ module Invidious::Routes::Companion
|
||||
end
|
||||
end
|
||||
rescue ex
|
||||
env.response.status_code = 502
|
||||
return env.response.print("502 Bad Gateway")
|
||||
end
|
||||
end
|
||||
|
||||
@ -50,8 +46,6 @@ module Invidious::Routes::Companion
|
||||
end
|
||||
end
|
||||
rescue ex
|
||||
env.response.status_code = 502
|
||||
return env.response.print("502 Bad Gateway")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user