diff --git a/src/structure/storage/interfaces/MongodbTable.js b/src/structure/storage/interfaces/MongodbTable.js index 03b9faf..4bcbaf2 100644 --- a/src/structure/storage/interfaces/MongodbTable.js +++ b/src/structure/storage/interfaces/MongodbTable.js @@ -170,6 +170,7 @@ class MongodbTable { } _handleData(data) { //Convert data._id to Mongo ObjectIds + console.log(data); if (data._id) { if (typeof data._id === 'string') data._id = ObjectId(data._id); else if (typeof data._id === 'object') data._id = {