Skip to content

Commit

Permalink
Update server/notification-providers/pushover.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Aug 28, 2024
1 parent 2607cbb commit 4452f0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/notification-providers/pushover.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class Pushover extends NotificationProvider {
if (baseURL && monitorJSON) {
data["url"] = baseURL + getMonitorRelativeURL(monitorJSON.id);
data["url_title"] = "Link to Monitor";
data["url_title"] = "Link to Monitor";
}

if (notification.pushoverdevice) {
Expand Down

0 comments on commit 4452f0e

Please sign in to comment.