Simplify return from withResource in Main.hs
This commit is contained in:
@@ -101,5 +101,5 @@ main = do
|
|||||||
Left err -> return $ errResponse HT.status500 (cs . show $ err)
|
Left err -> return $ errResponse HT.status500 (cs . show $ err)
|
||||||
Right c -> do
|
Right c -> do
|
||||||
resOrError <- handleReq c
|
resOrError <- handleReq c
|
||||||
either (return . pgErrResponse) return resOrError
|
return $ either pgErrResponse id resOrError
|
||||||
respond res
|
respond res
|
||||||
|
|||||||
Reference in New Issue
Block a user