Update Summary.hs
snake case for conformity
This commit is contained in:
parent
93144d103e
commit
12c9ccad69
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ instance ToJSON BevStore where
|
||||||
, "lost_amount" .= loss
|
, "lost_amount" .= loss
|
||||||
, "alertAt" .= alertAmount
|
, "alertAt" .= alertAmount
|
||||||
, "max" .= maxAmount
|
, "max" .= maxAmount
|
||||||
, "totalBought" .= totalBought
|
, "total_bought" .= totalBought
|
||||||
, "perCrate" .= perCrate
|
, "perCrate" .= perCrate
|
||||||
, "ml" .= ml
|
, "ml" .= ml
|
||||||
, "artNr" .= artNr
|
, "artNr" .= artNr
|
||||||
|
|
Loading…
Reference in a new issue