You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although Mongo.Collection.findOne(null) always returns null, FilesCollection.findOne(null) returns a document.
I feel it's confusing, so I would propose that FilesCollection.findOne(null) should return null.
Although
Mongo.Collection.findOne(null)always returnsnull,FilesCollection.findOne(null)returns a document.I feel it's confusing, so I would propose that
FilesCollection.findOne(null)should returnnull.