Skip to content

Commit c0cf949

Browse files
committed
remove unused variable
1 parent cd37e77 commit c0cf949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js13kpwa/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function randomNotification() {
4949
body: notifBody,
5050
icon: notifImg,
5151
};
52-
const notif = new Notification(notifTitle, options);
52+
new Notification(notifTitle, options);
5353
setTimeout(randomNotification, 30000);
5454
}
5555

0 commit comments

Comments
 (0)