leo-connector-common
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "leo-connector-common", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -52,3 +52,5 @@ "use strict"; | ||
} | ||
ids = ids.concat(newIds); | ||
ids = ids.concat(newIds.filter((e, i, self) => { | ||
return e !== null && ids.indexOf(e) === -1 && self.indexOf(e) === i; | ||
})); | ||
if (ids.length >= opts.limit) { | ||
@@ -55,0 +57,0 @@ submit(push, done); |
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
143362
19
4544