@dhyasama/totem-models 6.5.0 → 6.5.1
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/.npmignore +14 -0
- package/lib/Organization.js +1 -1
- package/package-lock.json +1829 -0
- package/package.json +1 -1
package/.npmignore
ADDED
package/lib/Organization.js
CHANGED
|
@@ -259,7 +259,7 @@ module.exports = function(mongoose, config) {
|
|
|
259
259
|
// It must follow standard js variable naming rules
|
|
260
260
|
// Whenever possible, just use the label and replace spaces with underscore
|
|
261
261
|
// Will not be displayed
|
|
262
|
-
// Changing it after data is in the system will make data inaccessible
|
|
262
|
+
// Changing it after data is in the system will make data on deal inaccessible
|
|
263
263
|
key: { type: String, trim: true, required: true },
|
|
264
264
|
|
|
265
265
|
// User friendly text, will be displayed
|