mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix test
This commit is contained in:
@@ -77,7 +77,7 @@ export const replaceMeteorAtomWithMongo = function (document) {
|
||||
if (document instanceof MongoDB.Binary) {
|
||||
return document;
|
||||
}
|
||||
if (document instanceof Mongo.ObjectID) {
|
||||
if (document instanceof MongoDB.ObjectId) {
|
||||
return new MongoDB.ObjectId(document.toHexString());
|
||||
}
|
||||
if (document instanceof MongoDB.Timestamp) {
|
||||
|
||||
Reference in New Issue
Block a user