Skip to content

Commit

Permalink
MAT-7652 updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Dec 5, 2024
1 parent cfe7f0b commit 0a2b7b2
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 there is only one using model for QICore.
// we want to keep FHIR if that's the only one using model present for QICore.
if (measureModel === "QICore" && name === "FHIR") {
parsedEditorCqlCopy.cqlArrayToBeFiltered[
start.line - 1
Expand Down

0 comments on commit 0a2b7b2

Please sign in to comment.