mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
⚡ small fix
This commit is contained in:
parent
34f766bbb3
commit
0989066c98
|
@ -114,7 +114,7 @@ export class Mailjet implements INodeType {
|
||||||
Variables: {},
|
Variables: {},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
SandboxMode: true,
|
//SandboxMode: true,
|
||||||
};
|
};
|
||||||
for (const toEmail of toEmails) {
|
for (const toEmail of toEmails) {
|
||||||
//@ts-ignore
|
//@ts-ignore
|
||||||
|
@ -202,7 +202,7 @@ export class Mailjet implements INodeType {
|
||||||
TemplateID: templateId,
|
TemplateID: templateId,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
SandboxMode: true,
|
//SandboxMode: true,
|
||||||
};
|
};
|
||||||
for (const toEmail of toEmails) {
|
for (const toEmail of toEmails) {
|
||||||
//@ts-ignore
|
//@ts-ignore
|
||||||
|
|
Loading…
Reference in a new issue