Skip to content

Commit

Permalink
bah comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bamader committed Nov 1, 2024
1 parent 13385db commit 3becc24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions query-connector/src/app/database-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,7 @@ export async function insertQuery(input: QueryInput) {
* @returns A data structure reporting on missing concepts or value set links.
*/
export async function checkValueSetInsertion(vs: ValueSet) {
// Translate to our internal representation and begin accumulating
// missing data
// Begin accumulating missing data
const missingData = {
missingValueSet: false,
missingConcepts: [] as Array<String>,
Expand Down

0 comments on commit 3becc24

Please sign in to comment.