mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -361,7 +361,7 @@ export class SendGrid implements INodeType {
|
||||
};
|
||||
|
||||
if (fields) {
|
||||
body.personalizations[0].dynamic_template_data = {}
|
||||
body.personalizations[0].dynamic_template_data = {};
|
||||
fields.forEach(field => {
|
||||
body.personalizations[0].dynamic_template_data![field.key] = field.value;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user