mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-25 10:51:59 +01:00
WIP: demo app
This commit is contained in:
@@ -220,8 +220,8 @@ public extension BaseDataTransaction {
|
||||
|
||||
let uniqueIDValue = object.uniqueIDValue
|
||||
|
||||
guard let source = mapping.removeValue(forKey: uniqueIDValue)
|
||||
where T.shouldUpdateFromImportSource(source, inTransaction: self) else {
|
||||
guard let source = mapping.removeValue(forKey: uniqueIDValue),
|
||||
T.shouldUpdateFromImportSource(source, inTransaction: self) else {
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user