This commit is contained in:
voidlizard 2024-11-22 08:39:38 +03:00
parent 938a676baf
commit 1880f3817a
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ theDict = do
inDb <- lift $ withState (selectGitPack co) <&> isJust
isDone <- readTVarIO done <&> HS.member co
let already = inDb || isDone
let already = isDone || inDb
if already
then next ExportGetCommit