Commit cad255d9 authored by Andrea Sessa's avatar Andrea Sessa Committed by GitHub

Missing bracket on example

parent a83cfb39
......@@ -292,7 +292,7 @@ import {NotificationsAndroid, PendingNotifications} from 'react-native-notificat
PendingNotifications.getInitialNotification()
.then((notification) => {
console.log("Initial notification was:", (notification ? notification.getData() : 'N/A');
console.log("Initial notification was:", (notification ? notification.getData() : 'N/A'));
})
.catch((err) => console.error("getInitialNotifiation() failed", err));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment