Skip to content

Commit 4bdf12a

Browse files
Daniel1984JacobPlaster
authored andcommitted
removing default argument value from publicPulseProfile as per PR
1 parent ac0dd3d commit 4bdf12a

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
@@ -388,7 +388,7 @@ class RESTv2 {
388388
* @returns {Promise} p
389389
* @see https://docs.bitfinex.com/reference#rest-public-pulse-profile
390390
*/
391-
publicPulseProfile (nickname = 'Bitfinex', cb) {
391+
publicPulseProfile (nickname, cb) {
392392
return this._makePublicRequest(`/pulse/profile/${nickname}`, cb, PublicPulseProfile)
393393
}
394394

0 commit comments

Comments
 (0)