Skip to content

Commit d45fc02

Browse files
committed
add property apiCallRate
1 parent e486745 commit d45fc02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/BitX.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ function BitX (keyId, keySecret, options) {
2828
this._requestMts = []
2929
this._requestsRefresh = this._requestsRefresh.bind(this)
3030
this._timeoutId = null
31-
this._timeoutId = setTimeout(this._requestsRefresh, 60000)
3231
}
3332

3433
Object.defineProperty(BitX.prototype, 'apiCallRate', {

0 commit comments

Comments
 (0)