Skip to content

Commit

Permalink
Merge pull request #19 from bhushankumarl/revert-17-develop
Browse files Browse the repository at this point in the history
Revert "add requestdata into path"
  • Loading branch information
Bhushankumar L authored Jan 30, 2020
2 parents 69fb7fd + 4356fb8 commit 6ee0de7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/TrelloResource.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,6 @@ TrelloResource.prototype = {
var apiKey = this._trello.getApiField('api-key');
path += '?key=' + apiKey;
path += '&token=' + token;
if(requestData) {
path += '&' + requestData;
}
var headers = self._defaultHeaders(auth, requestData.length, apiVersion);

// Grab client-user-agent before making the request:
Expand Down

0 comments on commit 6ee0de7

Please sign in to comment.