@dhyasama/totem-models 6.18.0 → 6.19.0

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.
@@ -1316,6 +1316,8 @@ module.exports = function(mongoose, config) {
1316
1316
 
1317
1317
  console.log(val, '-->', result);
1318
1318
 
1319
+ return result;
1320
+
1319
1321
  };
1320
1322
 
1321
1323
  var domains = {
package/lib/Person.js CHANGED
@@ -725,6 +725,8 @@ module.exports = function(mongoose, config) {
725
725
 
726
726
  console.log(val, '-->', result);
727
727
 
728
+ return result;
729
+
728
730
  };
729
731
 
730
732
  var domains = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "6.18.0",
3
+ "version": "6.19.0",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",