@dhyasama/totem-models 7.23.0 → 7.24.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.
Files changed (2) hide show
  1. package/lib/Round.js +2 -2
  2. package/package.json +1 -1
package/lib/Round.js CHANGED
@@ -609,7 +609,7 @@ module.exports = function(mongoose, config) {
609
609
 
610
610
  var query = self.find({ 'vehicles.fund': fundId });
611
611
  query.select('organization vehicles preMoneyValuation');
612
- query.populate('organization', 'name logoUrl description contact filters status ipo closed acquired operating website websiteAliases');
612
+ query.populate('organization', 'name slug logoUrl description contact filters status ipo closed acquired operating website websiteAliases');
613
613
  query.populate('vehicles.fund');
614
614
 
615
615
  if (config.CUSTOMER_ID == 'GLOBAL_PROCESS') {
@@ -645,7 +645,7 @@ module.exports = function(mongoose, config) {
645
645
 
646
646
  var query = self.find({ 'vehicles.fund': { $in: fundIds } });
647
647
  query.select('organization vehicles preMoneyValuation');
648
- query.populate('organization', 'name logoUrl description contact chairs filters status ipo closed acquired operating website websiteAliases');
648
+ query.populate('organization', 'name slug logoUrl description contact chairs filters status ipo closed acquired operating website websiteAliases');
649
649
  query.deepPopulate([
650
650
  'organization.chairs.first',
651
651
  'organization.chairs.second',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "7.23.0",
3
+ "version": "7.24.0",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",