Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermajeed authored Sep 25, 2023
1 parent a99a05b commit a5eced9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Notification.requestPermission().then((permission) => {
showNotification(1, days[today]);
}
//period 2
else if ([hour, mins].join() == [18, 45].join()) {
else if ([hour, mins].join() == [18, 47].join()) {
//showNotification(periodNum, day);
showNotification(2, days[today]);
}
Expand Down

0 comments on commit a5eced9

Please sign in to comment.