@azure-tools/linq
Advanced tools
Comparing version 3.1.232 to 3.1.233
@@ -59,3 +59,3 @@ "use strict"; | ||
for (const each of visitor(instance)) { | ||
if (target === instance.instance) { | ||
if (target === each.instance) { | ||
count++; | ||
@@ -62,0 +62,0 @@ } |
{ | ||
"name": "@azure-tools/linq", | ||
"version": "3.1.232", | ||
"version": "3.1.233", | ||
"patchOffset": 100, | ||
@@ -5,0 +5,0 @@ "description": "LINQ-like functionality for Typescript.", |
Sorry, the diff of this file is not supported yet
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
82495