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 ac0dd3d commit 4bdf12aCopy full SHA for 4bdf12a
lib/rest2.js
@@ -388,7 +388,7 @@ class RESTv2 {
388
* @returns {Promise} p
389
* @see https://docs.bitfinex.com/reference#rest-public-pulse-profile
390
*/
391
- publicPulseProfile (nickname = 'Bitfinex', cb) {
+ publicPulseProfile (nickname, cb) {
392
return this._makePublicRequest(`/pulse/profile/${nickname}`, cb, PublicPulseProfile)
393
}
394
0 commit comments