Compare commits

...

2 Commits

Author SHA1 Message Date
Salim abb3b708c4 bump version 2018-04-06 16:37:31 -07:00
Salim 5054cc4ecc return null 2018-04-06 16:18:05 -07:00
2 changed files with 3 additions and 2 deletions

View File

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

View File

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