adonis-lucid-mongodb
Advanced tools
Comparing version 1.0.20 to 1.0.21
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"scripts": { | ||
@@ -11,0 +11,0 @@ "lint": "standard", |
@@ -76,3 +76,3 @@ 'use strict' | ||
const results = yield this.relatedQuery | ||
.whereIn(this.fromKey, result[this.toKey]) | ||
.whereIn(this.fromKey, result[this.toKey] || []) | ||
.fetch() | ||
@@ -79,0 +79,0 @@ const response = {} |
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
233025