mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-25 21:15:55 +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)
|
...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…
Add table
Reference in a new issue