Fix warning.
This commit is contained in:
parent
8746b5eb4f
commit
9d33cb07aa
@ -90,7 +90,7 @@ instance Storage SqlStorage where
|
|||||||
(void $ P.insert $ toPersistentSession session)
|
(void $ P.insert $ toPersistentSession session)
|
||||||
(\old -> liftIO $ E.throwIO $ SessionAlreadyExists old session)
|
(\old -> liftIO $ E.throwIO $ SessionAlreadyExists old session)
|
||||||
mold
|
mold
|
||||||
replaceSession s session = do
|
replaceSession _ session = do
|
||||||
let key = psKey $ sessionKey session
|
let key = psKey $ sessionKey session
|
||||||
mold <- P.get key
|
mold <- P.get key
|
||||||
maybe
|
maybe
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user