Fixed lint errors

This commit is contained in:
Angelo Gallarello 2018-10-07 17:27:26 +02:00
parent dba5de1882
commit ebd884e654
6 changed files with 18 additions and 18 deletions

View file

@ -65,10 +65,10 @@ RulesHelper = {
const emailSubject = action.emailSubject;
try {
Email.send({
to,
emailTo,
from: Accounts.emailTemplates.from,
subject,
text,
emailSubject,
emailMsg,
});
} catch (e) {
return;