Skip to content

Commit

Permalink
add property apiCallRate
Browse files Browse the repository at this point in the history
  • Loading branch information
dutu committed Jun 23, 2022
1 parent e486745 commit d45fc02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/BitX.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ function BitX (keyId, keySecret, options) {
this._requestMts = []
this._requestsRefresh = this._requestsRefresh.bind(this)
this._timeoutId = null
this._timeoutId = setTimeout(this._requestsRefresh, 60000)
}

Object.defineProperty(BitX.prototype, 'apiCallRate', {
Expand Down

0 comments on commit d45fc02

Please sign in to comment.