darkterra / mongo-scheduler

Persistent event schedule for node.js using mongo as storage
MIT License
8 stars 8 forks source link

Fix for bug where events could not be deleted by ID #5

Closed AlexanderProd closed 5 years ago

AlexanderProd commented 5 years ago

This fixes #4 . The problem was event._id must be of type mongo.ObjectID.