forgot this
This commit is contained in:
parent
da98f31d50
commit
8e13532ba1
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue