mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-01 13:13:53 +08:00
v1.0.33
This commit is contained in:
parent
82e43e61ea
commit
9c68053987
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue