adonis-lucid-mongodb
Advanced tools
Comparing version 1.0.38 to 1.0.39
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.0.38", | ||
"version": "1.0.39", | ||
"scripts": { | ||
@@ -11,0 +11,0 @@ "lint": "standard", |
@@ -26,3 +26,3 @@ 'use strict' | ||
} else if (_.includes(this.constructor.objectIdFields, key)) { | ||
return key instanceof objectId ? key : objectId(key) | ||
return value instanceof objectId ? value : objectId(value) | ||
} | ||
@@ -29,0 +29,0 @@ return value |
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
244421