From 4ce3a9a20aa6e824db916af8df39cd106c8a9786 Mon Sep 17 00:00:00 2001 From: dc Date: Sun, 12 Apr 2015 01:10:15 -0400 Subject: [PATCH] Fix incorrect inner loop when batching createOrUpdateInRealm:withJSONDictionary: calls --- Realm+JSON/RLMObject+JSON.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Realm+JSON/RLMObject+JSON.m b/Realm+JSON/RLMObject+JSON.m index 7438377..aa546db 100644 --- a/Realm+JSON/RLMObject+JSON.m +++ b/Realm+JSON/RLMObject+JSON.m @@ -65,8 +65,8 @@ + (NSArray *)createOrUpdateInRealm:(RLMRealm *)realm withJSONArray:(NSArray *)ar for (NSInteger index=0; index*kCreateBatchSize