msavin / SteveJobs

A simple jobs queue that just works (for Meteor.js)
Other
207 stars 35 forks source link

Fixed issues with variables not being accessed properly in toolbelt.js #97

Closed kpervin closed 3 years ago

kpervin commented 3 years ago

Ensured that uses of doc were initialized within their respective calling functions and set to this.document. Additionally, made it so that calls to docId were instead to doc._id.

Removed function calls that had void return being set to variables in reschedule/index.js

Made Operator a const so that it is more explicit as a variable for IDE parsing.