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

Commit cac713d

Browse files
authored
Merge pull request #1543 from student-t/master
Fixed a syntax error
2 parents a4b4de9 + 5efb44d commit cac713d

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)