mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -585,7 +585,7 @@ export class AwsSes implements INodeType {
|
||||
}
|
||||
|
||||
return returnData;
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
@@ -756,7 +756,7 @@ export class AwsSes implements INodeType {
|
||||
const params = [
|
||||
`Template.TemplateName=${templateName}`,
|
||||
`Template.SubjectPart=${subjectPart}`,
|
||||
`Template.HtmlPart=<h1>${htmlPart}</h1>`
|
||||
`Template.HtmlPart=<h1>${htmlPart}</h1>`,
|
||||
];
|
||||
|
||||
if (additionalFields.textPart) {
|
||||
|
||||
Reference in New Issue
Block a user