diff --git a/pod/progressive_web_app/static/js/notification-toast.js b/pod/progressive_web_app/static/js/notification-toast.js index d7313ab257..dce9e2b48c 100644 --- a/pod/progressive_web_app/static/js/notification-toast.js +++ b/pod/progressive_web_app/static/js/notification-toast.js @@ -35,7 +35,8 @@ async function setPushPreference(notificationSettingUrl) { notificationButton.disabled = true; let afterBrowserNotificationPermissionChanged = async function ( - subscription, acceptsNotifications=true, + subscription, + acceptsNotifications = true, ) { let response = await postNotificationPreference( acceptsNotifications,