@dhyasama/totem-models 1.25.1 → 1.25.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.
Files changed (2) hide show
  1. package/lib/Person.js +1 -1
  2. package/package.json +1 -1
package/lib/Person.js CHANGED
@@ -141,7 +141,7 @@ module.exports = function(mongoose, config) {
141
141
  },
142
142
  notes: [ { type: Schema.ObjectId, ref: 'Note' } ]
143
143
  }
144
- ]
144
+ ],
145
145
 
146
146
  // used for hiding non-people from the views (e.g. conference rooms that were created as people)
147
147
  doNotDisplay: { type: Boolean, default: false }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "1.25.1",
3
+ "version": "1.25.2",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",