@dhyasama/totem-models 1.20.1 → 1.20.2
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/List.js +1 -1
- package/package.json +1 -1
- package/.npmignore +0 -14
package/lib/List.js
CHANGED
|
@@ -118,7 +118,7 @@ module.exports = function(mongoose, config) {
|
|
|
118
118
|
.populate('createdBy', 'name avatarUrl')
|
|
119
119
|
.populate('limitedPartners', 'name logoUrl')
|
|
120
120
|
.populate('organizations', 'name logoUrl')
|
|
121
|
-
.populate('people', 'name title avatarUrl')
|
|
121
|
+
.populate('people', 'name title avatarUrl contact')
|
|
122
122
|
.exec(cb);
|
|
123
123
|
};
|
|
124
124
|
|
package/package.json
CHANGED