@dhyasama/totem-models 7.24.0 → 7.25.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 +1 -0
  2. package/package.json +1 -1
package/lib/Round.js CHANGED
@@ -150,6 +150,7 @@ module.exports = function(mongoose, config) {
150
150
  // construct the org
151
151
  var org = {
152
152
  _id: rounds[0].organization._id,
153
+ slug: rounds[0].organization.slug,
153
154
  name: rounds[0].organization.name,
154
155
  logoUrl: rounds[0].organization.logoUrl,
155
156
  description: rounds[0].organization.description,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "7.24.0",
3
+ "version": "7.25.0",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",