delete critical.png image and remove comment
This commit is contained in:
@ -29,7 +29,6 @@ function createComment(results, withQueries = false, excludedColumnsForCommentsW
|
||||
message += `|  | ${severity.toUpperCase()} | ${severityCounters[severity.toUpperCase()]} |\n`;
|
||||
}
|
||||
else {
|
||||
//const imageTag = `<img src="${severityIcons[severity]}" alt="${severity}" width="25">`;
|
||||
message += `|  | ${severity.toUpperCase()} | 0 |\n`;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user