mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +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) {
|
||||
postUrl += "&sound=" + notification.barkSound;
|
||||
} else {
|
||||
postUrl += "&sound=" + "telegraph";
|
||||
// default sound
|
||||
postUrl += "&sound=" + "telegraph";
|
||||
}
|
||||
return postUrl;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue