mongoose-shortid
mongoose-shortid copied to clipboard
Results
13
mongoose-shortid issues
Sort by
recently updated
recently updated
newest added
Addressing https://github.com/jjwchoy/mongoose-shortid/issues/13.
Hi, I'm running node in strict mode and I'm getting ``` /apiserver/node_modules/mongoose-shortid/lib/index.js:6 for (fieldName in this.schema.tree) { ^ ReferenceError: fieldName is not defined at model.mongoose.Model.save (/apiserver/node_modules/mongoose-shortid/lib/index.js:6:32) at model._done (/apiserver/node_modules/mongoose/node_modules/hooks/hooks.js:59:24) at...