mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-28 01:04:05 +00:00
Update server/notification-providers/bark.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
252709ff49
commit
55a6e5af42
1 changed files with 1 additions and 1 deletions
|
@ -62,8 +62,8 @@ class Bark extends NotificationProvider {
|
||||||
if (notification.barkSound != null) {
|
if (notification.barkSound != null) {
|
||||||
postUrl += "&sound=" + notification.barkSound;
|
postUrl += "&sound=" + notification.barkSound;
|
||||||
} else {
|
} else {
|
||||||
postUrl += "&sound=" + "telegraph";
|
|
||||||
// default sound
|
// default sound
|
||||||
|
postUrl += "&sound=" + "telegraph";
|
||||||
}
|
}
|
||||||
return postUrl;
|
return postUrl;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue