mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-25 12:56:13 -04:00
Remove double condition
This commit is contained in:
parent
113bdb55f0
commit
3512c1f855
@ -24,9 +24,7 @@ enum BookmarksMigration {
|
||||
return
|
||||
}
|
||||
for zimFile in zimFiles {
|
||||
if zimFile.bookmarks.isEmpty == false {
|
||||
migrateFrom(zimFile: zimFile, toZimFile: latest, using: context)
|
||||
}
|
||||
migrateFrom(zimFile: zimFile, toZimFile: latest, using: context)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user