Skip to content

Commit

Permalink
delete critical.png image and remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturRibeiro-CX committed Feb 22, 2024
1 parent 9672fa7 commit 48afbab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file removed images/Critical.png
Binary file not shown.
1 change: 0 additions & 1 deletion src/commenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ function createComment(results, withQueries = false, excludedColumnsForCommentsW
message += `| ![${severity}](${severityIcons[severity]}) | ${severity.toUpperCase()} | ${severityCounters[severity.toUpperCase()]} |\n`;
}
else {
//const imageTag = `<img src="${severityIcons[severity]}" alt="${severity}" width="25">`;
message += `| ![${severity}](${severityIcons[severity]}) | ${severity.toUpperCase()} | 0 |\n`;
}
}
Expand Down

0 comments on commit 48afbab

Please sign in to comment.