Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bamader committed Oct 17, 2024
1 parent e0c283c commit 8ea65a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-connector/src/app/database-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ type ErsdOrVsacResponse = Bundle | OperationOutcome;
* @returns The eRSD Specification as a FHIR Bundle or an OperationOutcome if an error occurs.
*/
export async function getERSD(
eRSDVersion: number = 2,
eRSDVersion: number = 3,
): Promise<ErsdOrVsacResponse> {
const ERSD_API_KEY = process.env.ERSD_API_KEY;
const eRSDUrl = `https://ersd.aimsplatform.org/api/ersd/v${eRSDVersion}specification?format=json&api-key=${ERSD_API_KEY}`;
Expand Down

0 comments on commit 8ea65a7

Please sign in to comment.