Skip to content

Commit b2d55db

Browse files
Daniel1984JacobPlaster
authored andcommitted
rest2.js pulseHistory, added missing function argument
1 parent e6365d6 commit b2d55db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rest2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@ class RESTv2 {
14731473
* @see https://docs.bitfinex.com/reference#rest-auth-pulse-hist
14741474
*/
14751475
pulseHistory (params, cb) {
1476-
return this._makeAuthRequest('/auth/r/pulse/hist', params, cb)
1476+
return this._makeAuthRequest('/auth/r/pulse/hist', params, cb, PulseMessage)
14771477
}
14781478
}
14791479

0 commit comments

Comments
 (0)