mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
👕 Fix lint issue
This commit is contained in:
parent
f74ddb5221
commit
06407a9afe
|
@ -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;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue