Skip to content

Commit

Permalink
Merge GT-2095-Tool-Groups into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
stage-branch-merger[bot] authored Oct 31, 2023
2 parents ce06643 + 9283b9c commit 637da74
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ export class UpdateToolGroupComponent
}
if (type === RuleTypeEnum.PRAXIS) {
// Test confidence
const confidenceValues = this.getValues(type, PraxisTypeEnum.CONFIDENCE);
const confidenceValues = this.getValues(
type,
PraxisTypeEnum.CONFIDENCE,
);
const confidenceCodeChanges = !this.isEqual(
confidenceValues.initialCodes,
super.getCodes(this.selectedPraxisConfidence),
Expand Down

0 comments on commit 637da74

Please sign in to comment.