Skip to content

Commit

Permalink
Update PushNotifications.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemilla authored Sep 17, 2024
1 parent bd30a47 commit ce9b8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/PushNotifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ Task {
// Make sure your user is signed into Courier
// This will take the tokens you are wanting to sync above, and save them to this user id
// Put this where you normally manage your user's state
try await Courier.shared.signIn(
await Courier.shared.signIn(
userId: "example_user_id",
accessToken: "...",
)
Expand Down

0 comments on commit ce9b8c5

Please sign in to comment.