Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

NodeJS adapter failed on request #83

Open
imravichaudhary opened this issue Oct 18, 2016 · 0 comments
Open

NodeJS adapter failed on request #83

imravichaudhary opened this issue Oct 18, 2016 · 0 comments

Comments

@imravichaudhary
Copy link

var mkFhir = require('fhir.js');
var client = mkFhir();
client
.create()
.then(function(res){
})
.catch(function(res){
});

While creating request using above code, it gives an error when there is no status code from response. It breaks on fhir.js/src/adapters/node.js line 18.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant