@foxiko/client
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -53,3 +53,3 @@ | ||
let a = []; | ||
if(data[column] === null || data[column] === undefined) { | ||
if(data[column] === undefined) { | ||
continue; | ||
@@ -56,0 +56,0 @@ } |
{ | ||
"name": "@foxiko/client", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
124930