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: {},
|
||||
},
|
||||
],
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user