This commit is contained in:
Andris Reinman 2017-05-15 16:52:35 +03:00
parent 82e43e61ea
commit 9c68053987
2 changed files with 2 additions and 2 deletions

View file

@ -250,7 +250,7 @@ module.exports = (options, callback) => {
function store(id, stream, callback) {
gridstore = gridstore || new GridFSBucket(db.senderDb, {
bucketName: 'config.sender.gf'
bucketName: config.sender.gfs
});
let returned = false;

View file

@ -1,6 +1,6 @@
{
"name": "wildduck",
"version": "1.0.32",
"version": "1.0.33",
"description": "IMAP server built with Node.js and MongoDB",
"main": "server.js",
"scripts": {