scorpiusjs / scorpius

Modular admin solution built with Meteor
http://scorpiusjs.org
MIT License
34 stars 7 forks source link

Replaces Meteor.collection with Mongo.collection, also checks profile.picture to remove unwanted console messages #54

Closed JulianKingman closed 7 years ago

JulianKingman commented 7 years ago

This should effectively have no effect, but will remove dozens of console messages I run into.

Meteor.collection has been deprecated for a while, so I also updated those.

rwatts3 commented 7 years ago

Thank you