Fix typo in index

pull/403/head
Omar Roth 2019-03-06 08:45:04 -06:00
rodzic 7448159d6b
commit bc9d70109c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -264,7 +264,7 @@ get "/" do |env|
if user
user = user.as(User)
if user.preferences.redirect_feed
env.redirect "/feed/subscriptions"
next env.redirect "/feed/subscriptions"
end
end