Fixed lint

This commit is contained in:
n1474335 2022-03-29 11:55:41 +01:00
parent c6e7367a4e
commit 00781fa459
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class SeriesChart extends Operation {
pipRadius = args[3],
// Escape HTML from all colours to prevent reflected XSS. See https://github.com/gchq/CyberChef/issues/1265
seriesColours = args[4].split(",").map((colour) => {
return Utils.escapeHtml(colour)
return Utils.escapeHtml(colour);
}),
svgWidth = 500,
interSeriesPadding = 20,