fix a warning
This commit is contained in:
parent
124c6de1eb
commit
6ab0296d62
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ runDelayed Delayed{..} env req = do
|
||||||
a <- authD
|
a <- authD
|
||||||
b <- bodyD
|
b <- bodyD
|
||||||
liftIO (writeIORef cleanupRef $ cleanupD b)
|
liftIO (writeIORef cleanupRef $ cleanupD b)
|
||||||
DelayedIO $ \ req -> return (serverD c a b req)
|
DelayedIO $ \ r -> return (serverD c a b r)
|
||||||
)
|
)
|
||||||
req
|
req
|
||||||
fmap (routeRes,) $ readIORef cleanupRef
|
fmap (routeRes,) $ readIORef cleanupRef
|
||||||
|
|
Loading…
Reference in a new issue