Meteor-Community-Packages / ground-db

GroundDB is a thin layer providing Meteor offline database and methods
https://atmospherejs.com/ground/db
MIT License
572 stars 77 forks source link

fix #171 query doc before it becomes removed #172

Closed JarnoLeConte closed 8 years ago

JarnoLeConte commented 8 years ago

This solves the bug that documents couldn't be removed. Before the doc becomes removed we must query it, so we can pass it on to this.saveDocument().