OM

Results 1 comments of OM

I suggest to change index.js line 496 to the following: ```javascript Feature.schemaName = 'Feature' function validateFeature(feature) { if (!feature.type) { throw new mongoose.Error('Feature must have a type') } // type...