fix: update usage of emailer.send to not catch (as errors are no longer thrown), email error throttler

This commit is contained in:
Julian Lam
2022-01-28 15:16:36 -05:00
parent b3f7b742c1
commit d4e5259fcf
7 changed files with 12 additions and 16 deletions

View File

@@ -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) {