This commit is contained in:
voidlizard 2024-11-22 08:39:38 +03:00
parent fca8d74f8d
commit d51d947e56
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