mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 07:25:46 +01:00
refactor: async/await socket.io
This commit is contained in:
@@ -218,7 +218,7 @@ Emailer.send = function (template, uid, params, callback) {
|
||||
});
|
||||
},
|
||||
], function (err) {
|
||||
return callback(err);
|
||||
callback(err);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user