Skip to content

Commit

Permalink
remove changes from the other PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeatlas committed Sep 6, 2015
1 parent 90c9aed commit 3399ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/noodle.js
Expand Up @@ -118,7 +118,7 @@ exports.fetch = function (url, query, extendedHeaders) {
headers: {'user-agent': exports.config.userAgent}
};

if (query && query.proxy) {
if (query.proxy) {
requestOptions.proxy = query.proxy;
}

Expand Down

0 comments on commit 3399ff5

Please sign in to comment.