Remove redundant do

This commit is contained in:
Joe Nelson
2016-01-27 18:51:53 -08:00
parent 536acec820
commit e02dc2e92e
+1 -1
View File
@@ -40,7 +40,7 @@ cfgLimitRows = cfg dbString . Just
withApp :: AppConfig -> DbStructure -> H.Connection
-> ActionWith Application -> IO ()
withApp config dbStructure c perform = do
withApp config dbStructure c perform =
perform $ defaultMiddle $ \req resp -> do
time <- getPOSIXTime
body <- strictRequestBody req