Skip to content

Commit

Permalink
fix(desktop-notifications): typo again... ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
ncosta-ic committed Mar 14, 2024
1 parent 95ab696 commit f8127c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/notifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@

if (_this._hasNotificationPermission() && _this._hasNotificationsEnabled()) {
setTimeout(() => {
this._openEventStream();
_this._openEventStream();
}, 2000);
}
}
Expand Down

0 comments on commit f8127c9

Please sign in to comment.