@dhyasama/totem-models 10.40.0 → 10.41.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/CapTable.js +1 -1
- package/package.json +1 -1
package/lib/CapTable.js
CHANGED
|
@@ -202,7 +202,7 @@ module.exports = function(mongoose, config) {
|
|
|
202
202
|
|
|
203
203
|
query.populate('organization', 'name logoUrl');
|
|
204
204
|
query.populate('stakeholders.lp', 'name')
|
|
205
|
-
query.populate('stakeholders.org', 'name logoUrl')
|
|
205
|
+
query.populate('stakeholders.org', 'name logoUrl website')
|
|
206
206
|
query.populate('stakeholders.person', 'name avatarUrl title')
|
|
207
207
|
|
|
208
208
|
query.exec(cb);
|