forgot this

This commit is contained in:
nek0 2016-09-09 19:17:40 +02:00
parent da98f31d50
commit 8e13532ba1
1 changed files with 1 additions and 2 deletions

View File

@ -97,8 +97,7 @@ instance FromJSON AppSettings where
appMutableStatic <- o .:? "mutable-static" .!= defaultDev
appSkipCombining <- o .:? "skip-combining" .!= defaultDev
appCopyright <- o .: "copyright"
appCopyrightLink <- o .: "copyrightLink"
appAfferoLink <- o .: "copyrightLink"
appAnalytics <- o .:? "analytics"
appSignupBlocked <- o .: "signupBlocked"