limitd-client
Advanced tools
Comparing version 2.7.1 to 2.7.2
{ | ||
"name": "limitd-client", | ||
"version": "2.7.1", | ||
"version": "2.7.2", | ||
"description": "limitd client for node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -121,3 +121,3 @@ const LimitdClient = require('./client'); | ||
ShardClient.prototype.ping = function(callback) { | ||
async.applyEach( | ||
async.each( | ||
this.clients, | ||
@@ -124,0 +124,0 @@ (client, callback) => client.ping(callback), |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39461