Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
animehart committed Jan 22, 2024
1 parent fad1882 commit 7563a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const RulesContainer = () => {
const rulesKey = buildRuleKey(
rule.metadata.benchmark.id,
rule.metadata.benchmark.version,
/* Since Packages are automatically upgraded, we can be sure that rule_number will Always exist */
/* Rule number always exists* from 8.7 */
rule.metadata.benchmark.rule_number!
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ const getColumns = ({
const rulesObjectRequest = {
benchmark_id: rule?.metadata.benchmark.id,
benchmark_version: rule?.metadata.benchmark.version,
/* Since Packages are automatically upgraded, we can be sure that rule_number will Always exist */
/* Rule number always exists* from 8.7 */
rule_number: rule?.metadata.benchmark.rule_number!,
rule_id: rule?.metadata.id,
};
Expand Down

0 comments on commit 7563a50

Please sign in to comment.