adonis-lucid-mongodb
Advanced tools
Comparing version 1.0.30 to 1.0.31
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"scripts": { | ||
@@ -11,0 +11,0 @@ "lint": "standard", |
@@ -740,3 +740,3 @@ 'use strict' | ||
} | ||
target.modelQueryBuilder.where(key)[k](point) | ||
target.modelQueryBuilder.where(key)['near'](point) | ||
} else if (_(supportMethods).includes(k)) { | ||
@@ -743,0 +743,0 @@ target.modelQueryBuilder.where(key)[k](c) |
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
235704