Skip to content

Commit

Permalink
fix trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzef committed Sep 25, 2017
1 parent 9105f28 commit 4940f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function request({method, host, proxy, path, qs}) {
agent,
timeout: 10000,
followRedirect: true,
maxRedirects: 10
maxRedirects: 10,
};

return new Promise((resolve, reject) => {
Expand Down

0 comments on commit 4940f39

Please sign in to comment.