mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-10 11:23:39 +02:00
oops
This commit is contained in:
@@ -84,7 +84,7 @@ internal extension NSManagedObjectContext {
|
|||||||
|
|
||||||
context?.performBlock { () -> Void in
|
context?.performBlock { () -> Void in
|
||||||
|
|
||||||
let updatedObjects = (note.userInfo?[NSUpdatedObjectsKey] as? [NSManagedObject]) ?? []
|
let updatedObjects = (note.userInfo?[NSUpdatedObjectsKey] as? Set<NSManagedObject>) ?? []
|
||||||
for object in updatedObjects {
|
for object in updatedObjects {
|
||||||
|
|
||||||
context?.objectWithID(object.objectID).willAccessValueForKey(nil)
|
context?.objectWithID(object.objectID).willAccessValueForKey(nil)
|
||||||
|
|||||||
Reference in New Issue
Block a user