cgserver 13.0.4 → 13.0.5

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.
@@ -68,7 +68,7 @@ class MongoBaseService {
68
68
  if (!this.model) {
69
69
  throw new Error("Model is not defined");
70
70
  }
71
- let one = await this.model.findOne(filter, projection, options).lean();
71
+ let one = await this.model.findOne(filter, projection, options);
72
72
  return one;
73
73
  }
74
74
  async find(filter, projection, options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cgserver",
3
- "version": "13.0.4",
3
+ "version": "13.0.5",
4
4
  "author": "trojan",
5
5
  "type": "commonjs",
6
6
  "description": "free for all.Websocket or Http",