spice-js 2.6.31 → 2.6.32

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.
@@ -154,9 +154,9 @@ class SpiceModel {
154
154
  props = _.merge(props, extender.creator(resource));
155
155
  }
156
156
  }
157
-
158
- return props;
159
157
  }
158
+
159
+ return props;
160
160
  } //console.log("Applying Overrides to :", this.collection,'||', args.collection)
161
161
 
162
162
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spice-js",
3
- "version": "2.6.31",
3
+ "version": "2.6.32",
4
4
  "description": "spice",
5
5
  "main": "build/index.js",
6
6
  "repository": {