Skip to content

Commit

Permalink
MAT-7652 update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Dec 5, 2024
1 parent 0a2b7b2 commit 9a67d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AceEditor/madie-ace-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const updateUsingStatements = (
measureModel !== name ||
modelVersion !== version.replace(/["']/g, "")
) {
// we want to keep FHIR if that's the only one using model present for QICore.
// we want to keep FHIR if that's the only using model present for QICore.
if (measureModel === "QICore" && name === "FHIR") {
parsedEditorCqlCopy.cqlArrayToBeFiltered[
start.line - 1
Expand Down

0 comments on commit 9a67d42

Please sign in to comment.