Skip to content

Commit

Permalink
Update server/notification-providers/pushover.js
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Elsinga <[email protected]>
  • Loading branch information
sebastian-mora and CommanderStorm authored Dec 12, 2024
1 parent ddb98ac commit 8c3589d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/notification-providers/pushover.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Pushover extends NotificationProvider {
return okMsg;
}

if (heartbeatJSON.status === UP) {
if (heartbeatJSON.status === UP && notification.pushoversounds_up) {
data.sound = notification.pushoversounds_up;
}

Expand Down

0 comments on commit 8c3589d

Please sign in to comment.