Skip to content

Commit

Permalink
Fixup. Format code with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 27, 2023
1 parent 43500f3 commit e169e6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pod/progressive_web_app/static/js/notification-toast.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e169e6b

Please sign in to comment.