Skip to content

Commit 5bca34e

Browse files
committed
double // bug
1 parent a01e9ef commit 5bca34e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/communication.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ export async function sendCommunicationToEHR(
170170
}
171171

172172
// Send Communication to EHR
173-
logger.info(`Sending Communication to EHR: ${ehrEndpoint}/Communication`);
173+
logger.info(`Sending Communication to EHR: ${ehrEndpoint}Communication`);
174174

175-
const response = await axios.post(`${ehrEndpoint}/Communication`, communication, {
175+
const response = await axios.post(`${ehrEndpoint}Communication`, communication, {
176176
headers: {
177177
'Content-Type': 'application/fhir+json'
178178
}

0 commit comments

Comments
 (0)