Skip to content

Commit

Permalink
linter fix (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
rozetko authored Apr 4, 2023
1 parent 263b994 commit 042f6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datasource/alert_helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 042f6af

Please sign in to comment.