Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gtokman committed Feb 10, 2024
1 parent beba06b commit 5b72a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ await registerForToken();
// Check permission status: 'granted', 'denied', or 'notDetermined'
const status = await getAuthorizationStatus();

// Listen for push APNS token
// listeners
push.addListener('notificationReceived', (data) => {
console.log('notificationReceived', data);
const uuid = data.uuid;
Expand Down

0 comments on commit 5b72a1e

Please sign in to comment.