@foxiko/client
Advanced tools
Comparing version 1.0.26 to 1.0.27
@@ -81,3 +81,3 @@ | ||
} | ||
} else if(data[column] !== null && data[column] !== undefined ) { | ||
} else if(data[column] !== undefined ) { | ||
this[column] = toValueFunctionClass(type, data[column]); | ||
@@ -84,0 +84,0 @@ } |
{ | ||
"name": "@foxiko/client", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"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
124957