not-node 5.1.43 → 5.1.44

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.43",
3
+ "version": "5.1.44",
4
4
  "description": "node complimentary part for client side notFramework.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -112,7 +112,6 @@ class ModelRoutine {
112
112
  );
113
113
  if (updateResult) {
114
114
  result = await ModelConstructor.saveVersion(
115
- ModelConstructor,
116
115
  updateResult._id
117
116
  );
118
117
  } else {