Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 23, 2024
1 parent 09237e6 commit 85c3561
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions query-connector/src/app/database-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ export async function translateVSACToInternalValueSet(
} as ValueSet;
}

/**
*
* @param vs
*/
export async function insertValueSet(vs: ValueSet) {
const insertValueSetSql = generateValueSetSqlStatement(vs);
try {
Expand Down

0 comments on commit 85c3561

Please sign in to comment.