Skip to content

Commit

Permalink
fix: remove extra slash (#8554)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zangetsu101 authored Feb 4, 2025
1 parent e788d51 commit e6bdac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gateway/src/features/fhir/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async function getDeclarationIds(

export async function fetchTaskByCompositionIdFromHearth(id: string) {
const task = await fetchFromHearth<Bundle<Task>>(
`/Task?focus=Composition/${id}`
`Task?focus=Composition/${id}`
)
return task
}
Expand Down

0 comments on commit e6bdac7

Please sign in to comment.