Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 5efb44d

Browse files
authored
Fixed a syntax error
1 parent a4b4de9 commit 5efb44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ PushNotification.configure({
245245
// (optional) Called when the user fails to register for remote notifications. Typically occurs when APNS is having issues, or the device is a simulator. (iOS)
246246
onRegistrationError: function(err) {
247247
console.error(err.message, err);
248-
}
248+
},
249249

250250
// IOS ONLY (optional): default: all - Permissions to register.
251251
permissions: {

0 commit comments

Comments
 (0)