mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-07-09 07:18:24 +00:00
routes: remove useless 'locale' variable in error 505 handler
This commit is contained in:
parent
88ea794fdb
commit
848a60aa9b
@ -191,7 +191,6 @@ error 404 do |env|
|
|||||||
end
|
end
|
||||||
|
|
||||||
error 500 do |env, ex|
|
error 500 do |env, ex|
|
||||||
locale = env.get("preferences").as(Preferences).locale
|
|
||||||
error_template(500, ex)
|
error_template(500, ex)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user