Describe the bug
There is a collection, UserProfileData, which is stored outside Meteor.users collection. It's more efficient to save aws mturk data in Meteor.users.
Additional context
found while inspecting saveUserProfileData method on line 3386 of methods.js. One of it's subfunctions, userProfileSave, has an unnecessary work around for a Mongo bug that hasn't been present since Mongo 2.5.
Describe the bug There is a collection, UserProfileData, which is stored outside Meteor.users collection. It's more efficient to save aws mturk data in Meteor.users.
Additional context found while inspecting saveUserProfileData method on line 3386 of methods.js. One of it's subfunctions, userProfileSave, has an unnecessary work around for a Mongo bug that hasn't been present since Mongo 2.5.