From 12c9ccad69062a00305c3e5bafd9d8e7cb964c0d Mon Sep 17 00:00:00 2001 From: rys ostrovid Date: Sat, 4 Feb 2017 18:53:59 +0100 Subject: [PATCH] Update Summary.hs snake case for conformity --- Handler/Summary.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Handler/Summary.hs b/Handler/Summary.hs index f70684e..d05522b 100644 --- a/Handler/Summary.hs +++ b/Handler/Summary.hs @@ -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