mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
[Ntfy] don't include url action with defaut URL value
This commit is contained in:
parent
20b69acde2
commit
95125cc417
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class Ntfy extends NotificationProvider {
|
||||||
"tags": tags,
|
"tags": tags,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (monitorJSON.url) {
|
if (monitorJSON.url && monitorJSON.url !== "https://") {
|
||||||
data.actions = [
|
data.actions = [
|
||||||
{
|
{
|
||||||
"action": "view",
|
"action": "view",
|
||||||
|
|
Loading…
Reference in a new issue