@dhyasama/totem-models 10.4.0 → 10.6.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.
- package/lib/Round.js +1 -1
- package/package.json +1 -1
package/lib/Round.js
CHANGED
|
@@ -419,7 +419,7 @@ module.exports = function(mongoose, config) {
|
|
|
419
419
|
|
|
420
420
|
let query = self.find({ 'vehicles.fund': fundId });
|
|
421
421
|
query.select('organization roundName vehicles');
|
|
422
|
-
query.populate('organization', 'name logoUrl website websiteAliases');
|
|
422
|
+
query.populate('organization', 'name logoUrl website websiteAliases status filters');
|
|
423
423
|
|
|
424
424
|
if (options.isWorkerProcess) {
|
|
425
425
|
query.populate('vehicles.investments');
|