update design doc with final design choices
This commit is contained in:
parent
37041b629d
commit
2dc20e3fa4
2 changed files with 14 additions and 3 deletions
|
@ -308,7 +308,7 @@ adjustExportImport r = case M.lookup "exporttree" (config r) of
|
|||
Just () -> Export.updateExportTreeFromLog db >>= \case
|
||||
Export.ExportUpdateSuccess -> return ()
|
||||
Export.ExportUpdateConflict -> do
|
||||
warnExportConflict r
|
||||
warnExportImportConflict r
|
||||
liftIO $ atomically $
|
||||
writeTVar exportinconflict True
|
||||
Nothing -> return ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue