mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 15:35:47 +01:00
only pass pack err
This commit is contained in:
@@ -115,7 +115,9 @@ var fs = require('fs'),
|
|||||||
function (data, next) {
|
function (data, next) {
|
||||||
Plugins.fireHook('filter:email.send', data, next);
|
Plugins.fireHook('filter:email.send', data, next);
|
||||||
}
|
}
|
||||||
], callback);
|
], function (err, data) {
|
||||||
|
callback(err);
|
||||||
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user