This commit is contained in:
Louis Lam 2022-12-05 17:55:45 +08:00
parent 5196abfd36
commit e886df4788

View File

@ -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";
}
}