mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ small fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user