Refactor for lint changes

This commit is contained in:
weidenwiesel
2025-12-21 19:34:45 +01:00
parent eb6fdb1ac7
commit b406b86a37
@@ -355,8 +355,7 @@ index 949b213f..c435281a 100644
wrapper.client.post(url, env.request.headers, env.request.body) do |resp|
return self.proxy_companion(env, resp)
end
@@ -35,13 +39,15 @@ module Invidious::Routes::Companion
@@ -35,12 +39,14 @@ module Invidious::Routes::Companion
def self.options_companion(env)
+ current_companion = env.get("current_companion").as(Int32)