mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
Fix typo
This commit is contained in:
parent
5196abfd36
commit
e886df4788
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class Webhook extends NotificationProvider {
|
|||
...JSON.parse(notification.webhookAdditionalHeaders)
|
||||
};
|
||||
} catch (err) {
|
||||
throw "Addional Headers is not a valid JSON";
|
||||
throw "Additional Headers is not a valid JSON";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue