Update Summary.hs

use snake case for conformity
This commit is contained in:
rys ostrovid 2017-02-04 18:53:06 +01:00 committed by GitHub
parent 5d67e874ef
commit 93144d103e
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ instance FromJSON BevStore where
<*> o .: "amount"
<*> o .: "lost_amount"
<*> o .: "max"
<*> o .: "totalBought"
<*> o .: "total_bought"
<*> o .:? "perCrate"
<*> o .: "alertAt"
<*> o .: "ml"