fix: fix hlint
This commit is contained in:
parent
cd6829adde
commit
37f0936d91
@ -82,7 +82,7 @@ postDeleteR :: ( DeleteCascade record SqlBackend )
|
|||||||
postDeleteR mkRoute = do
|
postDeleteR mkRoute = do
|
||||||
drResult <- fmap (fmap mkRoute) . runInputPost . iopt secretJsonField $ toPathPiece PostDeleteTarget
|
drResult <- fmap (fmap mkRoute) . runInputPost . iopt secretJsonField $ toPathPiece PostDeleteTarget
|
||||||
|
|
||||||
void $ traverse deleteR' drResult
|
traverse_ deleteR' drResult
|
||||||
|
|
||||||
getDeleteR :: (DeleteCascade record SqlBackend) => DeleteRoute record -> Handler a
|
getDeleteR :: (DeleteCascade record SqlBackend) => DeleteRoute record -> Handler a
|
||||||
getDeleteR = deleteR'
|
getDeleteR = deleteR'
|
||||||
|
|||||||
Reference in New Issue
Block a user