Skip to content

Commit 4e5b383

Browse files
committed
Typo
1 parent 2a0d436 commit 4e5b383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = function(apiKey, chain, timeout) {
2222

2323

2424
if (!timeout) {
25-
apiKey = 3000;
25+
timeout = 3000;
2626
}
2727

2828
var getRequest = require('./get-request')(chain, timeout);

0 commit comments

Comments
 (0)