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

Commit

Permalink
Included built files from hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-eis committed Nov 23, 2016
1 parent 4cb3006 commit 0377a17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Adaptor.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ function postData(params) {
});
}).then(function (data) {
var nextState = _extends({}, state, { response: { body: data } });
if (callback) return callback(nextState);
return nextState;
});
};
Expand Down

0 comments on commit 0377a17

Please sign in to comment.