Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
fix xdr status
Browse files Browse the repository at this point in the history
  • Loading branch information
steffans committed Jun 24, 2016
1 parent 6398027 commit 6f95b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/client/xdr.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function (request) {

var response = request.respondWith(
xdr.responseText, {
status: xhr.status,
status: xdr.status,
statusText: xdr.statusText
}
);
Expand Down

0 comments on commit 6f95b27

Please sign in to comment.