mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-04 07:02:45 +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) {
|
function store(id, stream, callback) {
|
||||||
gridstore = gridstore || new GridFSBucket(db.senderDb, {
|
gridstore = gridstore || new GridFSBucket(db.senderDb, {
|
||||||
bucketName: 'config.sender.gf'
|
bucketName: config.sender.gfs
|
||||||
});
|
});
|
||||||
|
|
||||||
let returned = false;
|
let returned = false;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wildduck",
|
"name": "wildduck",
|
||||||
"version": "1.0.32",
|
"version": "1.0.33",
|
||||||
"description": "IMAP server built with Node.js and MongoDB",
|
"description": "IMAP server built with Node.js and MongoDB",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue