We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0d436 commit 4e5b383Copy full SHA for 4e5b383
lib/init.js
@@ -22,7 +22,7 @@ module.exports = function(apiKey, chain, timeout) {
22
23
24
if (!timeout) {
25
- apiKey = 3000;
+ timeout = 3000;
26
}
27
28
var getRequest = require('./get-request')(chain, timeout);
0 commit comments