Skip to content

Commit ce525d9

Browse files
ezewerJacobPlaster
authored andcommitted
Fix lint issues
1 parent 5ec2648 commit ce525d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/rest2.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,9 +1265,9 @@ class RESTv2 {
12651265
* @param {Function} [cb] - callback
12661266
* @returns {Promise} p
12671267
*/
1268-
generateToken ({ ttl, scope, writePermission, _cust_ip } = {}, cb) {
1268+
generateToken ({ ttl, scope, writePermission, _cust_ip: custIp } = {}, cb) {
12691269
return this._makeAuthRequest('/auth/w/token', {
1270-
ttl, scope, writePermission, _cust_ip
1270+
ttl, scope, writePermission, _cust_ip: custIp
12711271
}, cb)
12721272
}
12731273

0 commit comments

Comments
 (0)