Skip to content
Snippets Groups Projects
Commit 5ed0c122 authored by Robert Ragas's avatar Robert Ragas
Browse files

Correct the argument for the method to receive push notification in the...

Correct the argument for the method to receive push notification in the pop-up, as we need to add the subscription instead of removing
parent 5b7630d4
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@
.then(
requestSubscriptionIfUnsubscribed.bind(
null,
settings.social_pwa.subscriptionRemoveUrl,
settings.social_pwa.subscriptionAddUrl,
settings.social_pwa.pushNotificationPromptTime,
pushOptions,
swRegistration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment