Patch is deleting subdocument data · Issue #144 · feathersjs-ecosystem/feathers-mongoose
My API uses feathers-mongoose for the db and when I send JSON (via postman) to patch my model I'm losing subdocument (embedded?) data. For example, if I have a model like this social: { facebook: { url: String, likes: Number }, twitter: ...
https://github.com/feathersjs-ecosystem/feathers-mongoose/issues/144