Skip to content

Commit 67ed13e

Browse files
committed
remove unused parameter
1 parent 0ab722a commit 67ed13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js13kpwa/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if ('serviceWorker' in navigator) {
3131

3232
// Requesting permission for Notifications after clicking on the button
3333
const button = document.getElementById('notifications');
34-
button.addEventListener('click', (e) => {
34+
button.addEventListener('click', () => {
3535
Notification.requestPermission().then((result) => {
3636
if (result === 'granted') {
3737
randomNotification();

0 commit comments

Comments
 (0)