@dhyasama/totem-models 8.99.0 → 8.101.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 +2 -2
  2. package/package.json +1 -1
package/lib/Round.js CHANGED
@@ -108,8 +108,8 @@ module.exports = function(mongoose, config) {
108
108
  _.each(grouped, function(rounds) {
109
109
 
110
110
  var websites = [];
111
- if(rounds[0].organization.website) websites.push(rounds[0].organization.wesite);
112
- if(rounds[0].organization.websiteAliases) websites = _.union(websites, websiteAliases);
111
+ if(rounds[0].organization.website) websites.push(rounds[0].organization.website);
112
+ if(rounds[0].organization.websiteAliases) websites = _.union(websites, rounds[0].organization.websiteAliases);
113
113
  websites = _.uniq(websites);
114
114
 
115
115
  // construct the org
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "8.99.0",
3
+ "version": "8.101.0",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",