Compare commits

..

No commits in common. "abb3b708c41c5ce5ad224855f5c851168e76de4f" and "b3103e13070109bcc6b6352241d6552666499c67" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -393,7 +393,7 @@ class MongoClientInterface {
return cb(errors.InternalError);
}
const objUpsert = !checkObj;
c.bulkWrite([{
return c.bulkWrite([{
updateOne: {
filter: {
_id: vObjName,
@ -440,7 +440,6 @@ class MongoClientInterface {
}
return cb(null, `{"versionId": "${objVal.versionId}"}`);
});
return null;
});
}

View File

@ -3,7 +3,7 @@
"engines": {
"node": "6.9.5"
},
"version": "7.4.122-mongo",
"version": "7.4.0",
"description": "Common utilities for the S3 project components",
"main": "index.js",
"repository": {