Update Summary.hs

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

View File

@ -66,7 +66,7 @@ instance ToJSON BevStore where
, "lost_amount" .= loss
, "alertAt" .= alertAmount
, "max" .= maxAmount
, "totalBought" .= totalBought
, "total_bought" .= totalBought
, "perCrate" .= perCrate
, "ml" .= ml
, "artNr" .= artNr