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