Remove unnecessary commas from alert shortDescription
This commit is contained in:
@@ -86,7 +86,7 @@ function getShortDescription(
|
||||
return rule.shortDescription.text;
|
||||
}
|
||||
|
||||
return message.tokens.map(token => token.text).join();
|
||||
return message.tokens.map(token => token.text).join('');
|
||||
}
|
||||
|
||||
export function tryGetSeverity(
|
||||
|
||||
Reference in New Issue
Block a user