Skip to content

Commit 2141bd9

Browse files
Merge pull request #24 from ntomallen/master
Fix the typo preventing it from building
2 parents 36daa4d + 30758ad commit 2141bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNRadarUtils.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ + (NSDictionary *)dictionaryForEvent:(RadarEvent *)event {
274274
if (event.duration) {
275275
[dict setValue:@(event.duration) forKey:@"duration"];
276276
}
277-
NSArray *alternatePlaces = [RNRadarUtils arrayForAlterantePlaces:event.alternatePlaces];
277+
NSArray *alternatePlaces = [RNRadarUtils arrayForAlternatePlaces:event.alternatePlaces];
278278
if (alternatePlaces) {
279279
[dict setValue:alternatePlaces forKey:@"alternatePlaces"];
280280
}

0 commit comments

Comments
 (0)