Closed
Description
- Remove direct MongoDB calls. You should be using the Meteor collection object which is accessible via the Collections global variable.
- Fix outdated references to other files (env.js)
- Use proper Winston logging instead of console.log and throw statements.
- Add comments to each method