Skip to content

Commit

Permalink
Revert "add requestdata into path"
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhushankumar L authored Jan 30, 2020
1 parent 69fb7fd commit 4356fb8
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 4356fb8

Please sign in to comment.