adonis-lucid-mongodb
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"scripts": { | ||
@@ -11,0 +11,0 @@ "lint": "standard", |
@@ -87,3 +87,3 @@ 'use strict' | ||
modelInstance.exists = true | ||
modelInstance.original = _.clone(modelInstance.attributes) | ||
modelInstance.original = _.cloneDeep(modelInstance.attributes) | ||
this.queryBuilder.eagerLoad.mapRelationsToRow(eagerValues, modelInstance, value) | ||
@@ -90,0 +90,0 @@ result[index] = modelInstance |
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
232388