@dhyasama/totem-models 12.7.0 → 12.8.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 +0 -1
  2. package/package.json +1 -1
package/lib/Round.js CHANGED
@@ -715,7 +715,6 @@ module.exports = function(mongoose, config) {
715
715
 
716
716
  if (!options.isWorkerProcess) {
717
717
  _.each(rounds, function(round) {
718
- round.organization = round.organization.toObject({ virtuals: true });
719
718
  round = helpers.cleanRound(round, fundIds, options.CUSTOMER_ID);
720
719
  round.organization = helpers.cleanOrg(round.organization, options.CUSTOMER_ID);
721
720
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "12.7.0",
3
+ "version": "12.8.0",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",