Update Summary.hs
use snake case for conformity
This commit is contained in:
parent
5d67e874ef
commit
93144d103e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue