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