Skip to content

Commit

Permalink
Merge b0a17ad into 23585ea
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl-Foster committed Feb 21, 2018
2 parents 23585ea + b0a17ad commit c18424c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/call_builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export class CallBuilder {
uri = URI(link.href);
}

return this._sendNormalRequest(uri).then(r => this._parseRecord(r));
return this._sendNormalRequest(uri).then(r => this._parseResponse(r));
};
}

Expand Down

0 comments on commit c18424c

Please sign in to comment.