adonis-lucid-mongodb
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"scripts": { | ||
@@ -11,0 +11,0 @@ "lint": "standard", |
@@ -272,3 +272,3 @@ 'use strict' | ||
if (this.deleteTimestamp && !builder.avoidTrashed) { | ||
builder.whereNull(`${this.collection}.${this.deleteTimestamp}`) | ||
builder.whereNull(`${this.deleteTimestamp}`) | ||
} | ||
@@ -275,0 +275,0 @@ }) |
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
230660