mirror of
https://github.com/iv-org/invidious.git
synced 2025-03-01 10:51:20 -05:00
add missing end statement
This commit is contained in:
parent
0546a73bfa
commit
6816ded0fa
@ -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}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user