Skip to content

Commit

Permalink
fix: typo preventing comment detection
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-rite committed Nov 7, 2023
1 parent eb00196 commit 21d4158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/js/SM/Parsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@
const ruleId = rule.rule_id_src
if (!ruleId) return

const hasComments = !!rule.finding_details || !!rule.coments
const hasComments = !!rule.finding_details || !!rule.comments

if (result === 'notchecked') { // unreviewed business rules
switch (importOptions.unreviewed) {
Expand Down

0 comments on commit 21d4158

Please sign in to comment.