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