mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
fix: update usage of emailer.send to not catch (as errors are no longer thrown), email error throttler
This commit is contained in:
@@ -90,7 +90,7 @@ SocketUser.reset.commit = async function (socket, data) {
|
||||
username: username,
|
||||
date: parsedDate,
|
||||
subject: '[[email:reset.notify.subject]]',
|
||||
}).catch(err => winston.error(`[emailer.send] ${err.stack}`));
|
||||
});
|
||||
};
|
||||
|
||||
SocketUser.isFollowing = async function (socket, data) {
|
||||
|
||||
Reference in New Issue
Block a user