Skip to content

Commit

Permalink
revert debugging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AykhanAhmadli committed Nov 8, 2024
1 parent 0eb2184 commit 206cedf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export async function getFhirResources(
patientID?: string,
): Promise<Resource[]> {
if (!patientID && patientIDs.length === 0) {
console.log('No patient IDs are provided');
console.log('No patient ID is provided');
return [];
}

Expand Down

0 comments on commit 206cedf

Please sign in to comment.