[Ntfy] don't include url action with defaut URL value

This commit is contained in:
Philip Klostermann 2024-01-23 11:16:10 -05:00
parent 20b69acde2
commit 95125cc417
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class Ntfy extends NotificationProvider {
"tags": tags,
};
if (monitorJSON.url) {
if (monitorJSON.url && monitorJSON.url !== "https://") {
data.actions = [
{
"action": "view",