-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Milestone
Description
Hi,
uniquelyAddNewProtoRecord:toExistingResponseGroups: ironically adds multiple instances of the same object to the protoRecords array.
This means when protoRecordWithRecordResponseObject:entity:existingResponseGroups is called, both the uniquelyAddNewProtoRecord and completeRelationshipProtoRecordMappingToProtoRecord methods end up adding the same object to the array.
Reactions are currently unavailable