Fix usage of "ghostMailer" in email verification trigger

no issue

Introduced bug when refactoring the verification trigger by referencing an undefined member.
This commit is contained in:
Sam Lord 2022-02-01 12:00:01 +00:00
parent 6e4ec3b213
commit 77f2acaf65

View File

@ -108,7 +108,7 @@ module.exports = {
const fromAddress = config.get('user_email');
if (escalationAddress) {
this._ghostMailer.send({
ghostMailer.send({
subject,
html: tpl(message, {
amountImported,