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