web: silence one more pesky warning

This commit is contained in:
Simon Michael 2019-02-20 20:45:09 -08:00
parent 0bc16d4af6
commit 115643a024

View File

@ -65,5 +65,5 @@ putAddR = do
case r of
Error err -> sendStatusJSON status400 ("could not parse json: " ++ err ::String)
Success t -> do
liftIO $ journalAddTransaction j (cliopts_ opts) t
void $ liftIO $ journalAddTransaction j (cliopts_ opts) t
sendResponseCreated TransactionsR