mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-01 03:40:15 +02:00
add missing end statement
This commit is contained in:
@@ -57,6 +57,7 @@ module Invidious::Routes::Misc
|
|||||||
else
|
else
|
||||||
# If the current instance is the only one, use the redirect URL as fallback
|
# If the current instance is the only one, use the redirect URL as fallback
|
||||||
instance_url = redirect_url
|
instance_url = redirect_url
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
env.redirect "https://#{instance_url}#{referer}"
|
env.redirect "https://#{instance_url}#{referer}"
|
||||||
|
Reference in New Issue
Block a user