mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-23 15:40:25 -06:00
Fix typo
This commit is contained in:
parent
5196abfd36
commit
e886df4788
@ -35,7 +35,7 @@ class Webhook extends NotificationProvider {
|
|||||||
...JSON.parse(notification.webhookAdditionalHeaders)
|
...JSON.parse(notification.webhookAdditionalHeaders)
|
||||||
};
|
};
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
throw "Addional Headers is not a valid JSON";
|
throw "Additional Headers is not a valid JSON";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user