Fix comment typo
This commit is contained in:
parent
8f1bb6f087
commit
38193e6591
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export function notify({
|
||||||
notification.onclick = onNotificationClick;
|
notification.onclick = onNotificationClick;
|
||||||
|
|
||||||
if (!silent && audioNotificationSupport === AudioNotificationSupport.Custom) {
|
if (!silent && audioNotificationSupport === AudioNotificationSupport.Custom) {
|
||||||
// We kick off the sound to be played. No neet to await it.
|
// We kick off the sound to be played. No need to await it.
|
||||||
new Sound({ src: 'sounds/notification.ogg' }).play();
|
new Sound({ src: 'sounds/notification.ogg' }).play();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue