Fix "API key parameter 'undefined' is invalid"

pull/1456/head
Alvin Pergens 3 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 = { let config = {
headers: { headers: {
"Content-Type": "application/json;charset=UTF-8", "Content-Type": "application/json;charset=UTF-8",
"Authorization": "Key " + notification.alertaapiKey, "Authorization": "Key " + notification.alertaApiKey,
} }
}; };
let data = { let data = {

Loading…
Cancel
Save