mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Fixed lint errors
This commit is contained in:
parent
dba5de1882
commit
ebd884e654
6 changed files with 18 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue