michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
249 stars 203 forks source link

Deleted trigerred() call in wrong place. #70

Closed vivganes closed 10 years ago

vivganes commented 10 years ago

trigerred() was being called another time (in wrong place). Removed the call in wrong place. Retaining the one in correct place.

This change has been tested in my local env.

Actually, this was a change missed in commit of pull request https://github.com/michaelklishin/quartz-mongodb/pull/69