We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4daaadc commit 027bd16Copy full SHA for 027bd16
1 file changed
ios/RCTPushy/RCTPushy.mm
@@ -304,7 +304,7 @@ - (instancetype)init
304
if (hash.length) {
305
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
306
NSString *lastVersion = nil;
307
- NSDictionary *pushyInfo = [defaults objectForKey:keyPushyInfo]
+ NSDictionary *pushyInfo = [defaults objectForKey:keyPushyInfo];
308
if (pushyInfo) {
309
lastVersion = pushyInfo[paramCurrentVersion];
310
}
@@ -679,4 +679,4 @@ + (NSString *)buildTime
679
680
#endif
681
682
-@end
+@end
0 commit comments