diff --git a/ios/RCTPushy/RCTPushy.mm b/ios/RCTPushy/RCTPushy.mm index d597cde0..1c32768c 100644 --- a/ios/RCTPushy/RCTPushy.mm +++ b/ios/RCTPushy/RCTPushy.mm @@ -304,7 +304,7 @@ - (instancetype)init if (hash.length) { NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults]; NSString *lastVersion = nil; - NSDictionary *pushyInfo = [defaults objectForKey:keyPushyInfo] + NSDictionary *pushyInfo = [defaults objectForKey:keyPushyInfo]; if (pushyInfo) { lastVersion = pushyInfo[paramCurrentVersion]; } @@ -679,4 +679,4 @@ + (NSString *)buildTime } #endif -@end \ No newline at end of file +@end