Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ninofiliu committed Dec 27, 2020
1 parent cd37e77 commit c0cf949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js13kpwa/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function randomNotification() {
body: notifBody,
icon: notifImg,
};
const notif = new Notification(notifTitle, options);
new Notification(notifTitle, options);
setTimeout(randomNotification, 30000);
}

Expand Down

0 comments on commit c0cf949

Please sign in to comment.