mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 13:44:04 +00:00
added semicolon which broke in #8040
Summary: Fixes internal CI break t14126367 after #8040 Closes https://github.com/facebook/react-native/pull/10589 Differential Revision: D4088099 fbshipit-source-id: a8816e39d795406f59d2a12b9c7fc0fd4ddda69b
This commit is contained in:
parent
bdff1c3f02
commit
a743fbe73e
@ -258,7 +258,7 @@ RCT_EXPORT_MODULE()
|
||||
RCT_EXPORT_METHOD(onFinishRemoteNotification:(NSString*)notificationId fetchResult:(UIBackgroundFetchResult)result) {
|
||||
RCTRemoteNotificationCallback completionHandler = self.remoteNotificationCallbacks[notificationId];
|
||||
if (!completionHandler) {
|
||||
RCTLogError(@"There is no completion handler with notification id: %@", notificationId)
|
||||
RCTLogError(@"There is no completion handler with notification id: %@", notificationId);
|
||||
return;
|
||||
}
|
||||
completionHandler(result);
|
||||
|
Loading…
x
Reference in New Issue
Block a user