mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-18 12:14:41 -05:00
[Ntfy] don't include url action with defaut URL value
This commit is contained in:
parent
20b69acde2
commit
95125cc417
@ -56,7 +56,7 @@ class Ntfy extends NotificationProvider {
|
||||
"tags": tags,
|
||||
};
|
||||
|
||||
if (monitorJSON.url) {
|
||||
if (monitorJSON.url && monitorJSON.url !== "https://") {
|
||||
data.actions = [
|
||||
{
|
||||
"action": "view",
|
||||
|
Loading…
Reference in New Issue
Block a user