Remove unnecessary commas from alert shortDescription

This commit is contained in:
Shati Patel
2022-05-09 12:49:11 +01:00
parent c058e7a128
commit 7947afb1b4

View File

@@ -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(