Skip to content

Commit

Permalink
Remove hardcoded country=fr which was being appended to all requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Haller committed Mar 21, 2013
1 parent e9e54e3 commit 231f81b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/request.js
Expand Up @@ -57,7 +57,6 @@ Request.prototype.prepare = function (data) {
} }
} }


data.country = 'fr';
data.oauth_consumer_key = this.consumerkey; data.oauth_consumer_key = this.consumerkey;


return data; return data;
Expand Down

0 comments on commit 231f81b

Please sign in to comment.