Fix "API key parameter 'undefined' is invalid"

pull/1456/head
Alvin Pergens 2 years ago committed by GitHub
parent 99042e6991
commit d3d1656625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ class Alerta extends NotificationProvider {
let config = {
headers: {
"Content-Type": "application/json;charset=UTF-8",
"Authorization": "Key " + notification.alertaapiKey,
"Authorization": "Key " + notification.alertaApiKey,
}
};
let data = {

Loading…
Cancel
Save