dobo 1.1.19 → 1.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dobo",
3
- "version": "1.1.19",
3
+ "version": "1.1.20",
4
4
  "description": "Database ORM/ODM for Bajo Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/plugin/factory.js CHANGED
@@ -267,7 +267,6 @@ async function factory (pkgName) {
267
267
  buildQuery = async ({ filter, schema, options = {} } = {}) => {
268
268
  const { trim, isString, isPlainObject } = this.lib._
269
269
  let query = {}
270
- if (schema.name === 'SeatrackVessel') this.app.dump(filter)
271
270
  if (isString(filter.query)) {
272
271
  try {
273
272
  filter.oquery = filter.query