not-node 5.1.5 → 5.1.6

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": "not-node",
3
- "version": "5.1.5",
3
+ "version": "5.1.6",
4
4
  "description": "node complimentary part for client side notFramework.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -146,7 +146,7 @@ module.exports = ({
146
146
  if (shouldOwn) {
147
147
  query[ownerFieldName] = activeUser._id;
148
148
  }
149
- const result = await getModel().update(query, data).exec();
149
+ const result = await getModel().update(query, data);
150
150
  LogAction(
151
151
  {
152
152
  action,