diff --git a/src/datasource/alert_helper.ts b/src/datasource/alert_helper.ts index 251425b..d717691 100644 --- a/src/datasource/alert_helper.ts +++ b/src/datasource/alert_helper.ts @@ -14,7 +14,7 @@ function showAlert(error: any) { message += error; } - appEvents.emit('alert-error', ["Kentik API Error", message]); + appEvents.emit('alert-error', ['Kentik API Error', message]); } function showCustomAlert(message: string, exceptionData: any, exceptionType: any) {