Comparing version 0.1.8 to 0.1.9
@@ -21,3 +21,3 @@ "use strict"; | ||
let data = Reflect.getMetadata(exports.ATTRS_META_KEY, model); | ||
for (let key in model) { | ||
for (let key in data) { | ||
if (model[key] === undefined) { | ||
@@ -24,0 +24,0 @@ continue; |
{ | ||
"name": "classpass", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "bugs": "https://github.com/sorakthunly/classpass/issues", |
@@ -22,3 +22,3 @@ import 'reflect-metadata'; | ||
for (let key in model) { | ||
for (let key in data) { | ||
if (model[key] === undefined) { | ||
@@ -25,0 +25,0 @@ continue; |
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
8209