@dhyasama/totem-models 6.8.4 → 6.8.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.
@@ -1132,7 +1132,7 @@ module.exports = function(mongoose, config) {
1132
1132
  var self = this;
1133
1133
  self
1134
1134
  .find({ 'funds': { $in : fundids }, 'deleted': {$ne: true} })
1135
- .select('name logoUrl funds')
1135
+ .select('name logoUrl funds contact')
1136
1136
  .exec(cb);
1137
1137
  };
1138
1138
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "6.8.4",
3
+ "version": "6.8.5",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",