mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -28,7 +28,7 @@ export class Mailgun implements INodeType {
|
||||
{
|
||||
name: 'mailgunApi',
|
||||
required: true,
|
||||
}
|
||||
},
|
||||
],
|
||||
properties: [
|
||||
{
|
||||
@@ -128,7 +128,7 @@ export class Mailgun implements INodeType {
|
||||
to: toEmail,
|
||||
subject,
|
||||
text,
|
||||
html
|
||||
html,
|
||||
};
|
||||
|
||||
if (ccEmail.length !== 0) {
|
||||
@@ -154,7 +154,7 @@ export class Mailgun implements INodeType {
|
||||
options: {
|
||||
filename: item.binary[propertyName].fileName || 'unknown',
|
||||
|
||||
}
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user