janez89 / mongoose-materialized

mongoose materialized plugin
59 stars 22 forks source link

GetChildren not checking if doc is returned #20

Open btmdave opened 9 years ago

btmdave commented 9 years ago

For the static GetChildren method, there's no check if the doc is there (https://github.com/janez89/mongoose-materialized/blob/master/lib/materialized.js#L572). This throws an exception if no document was found.