|
|
|
@ -281,7 +281,7 @@ final public class Store { |
|
|
|
for item in items { |
|
|
|
for item in items { |
|
|
|
item.deleteDependencies(store: self, shouldBeSynchronized: shouldBeSynchronized) |
|
|
|
item.deleteDependencies(store: self, shouldBeSynchronized: shouldBeSynchronized) |
|
|
|
} |
|
|
|
} |
|
|
|
collection.deleteDependencies(collection.items) |
|
|
|
collection.deleteDependencies(items) |
|
|
|
} catch { |
|
|
|
} catch { |
|
|
|
Logger.error(error) |
|
|
|
Logger.error(error) |
|
|
|
} |
|
|
|
} |
|
|
|
|