Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed Dec 12, 2024
1 parent 8095e9a commit b1efdbb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions query-connector/src/app/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ export const groupConditionConceptsIntoValueSets = (rows: QueryResultRow[]) => {
};

// TODO?: Type the input param more explicitly to not be a generic DB return?
/**
*
* @param conceptGroup - a grouping of concepts fetched from various coding
* systems that share the same ValueSet ID
* @returns a ValueSet shaped to our internal ValueSet structure
*/
function mapStoredValueSetIntoInternalValueset(
conceptGroup: QueryResultRow[],
): ValueSet {
Expand Down

0 comments on commit b1efdbb

Please sign in to comment.