typo
This commit is contained in:
parent
f839d407e3
commit
c21567dfd3
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ runWriter a = do
|
||||||
v <- case st' of
|
v <- case st' of
|
||||||
DbOpen qh -> a (WriteHandle qh)
|
DbOpen qh -> a (WriteHandle qh)
|
||||||
_ -> error "internal"
|
_ -> error "internal"
|
||||||
return (v, st)
|
return (v, st')
|
||||||
|
|
||||||
queueDb :: SqlPersistM () -> WriteHandle -> Annex ()
|
queueDb :: SqlPersistM () -> WriteHandle -> Annex ()
|
||||||
queueDb a (WriteHandle h) = liftIO $ H.queueDb h checkcommit a
|
queueDb a (WriteHandle h) = liftIO $ H.queueDb h checkcommit a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue