Skip to content

Commit

Permalink
Merge branch 'bob/refactor-fhir-calls-to-post' of https://github.com/…
Browse files Browse the repository at this point in the history
…CDCgov/dibbs-query-connector into bob/refactor-fhir-calls-to-post
  • Loading branch information
fzhao99 committed Jan 17, 2025
2 parents ef7920e + f04ea5f commit 3c4802e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-connector/src/app/query-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import https from "https";
import { Bundle, DomainResource } from "fhir/r4";

import FHIRClient from "./fhir-servers";
import { DibbsValueSet, isFhirResource, FhirResource } from "./constants";
import { isFhirResource, FhirResource } from "./constants";

import { CustomQuery } from "./CustomQuery";
import { GetPhoneQueryFormats } from "./format-service";
Expand Down

0 comments on commit 3c4802e

Please sign in to comment.