Skip to content

Commit

Permalink
Use both ways of sending the cert
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinnetmaki committed Oct 16, 2023
1 parent 1781b11 commit fe30913
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/FHIRClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ function FHIRClient(URL, { patient, bearertoken, env } = {}) {
certificate: env.https_certificate,
key: env.https_privateKey,
},
},
cert: env.https_certificate,
key: env.https_privateKey,
},
};
}

Expand Down

0 comments on commit fe30913

Please sign in to comment.