👕 Fix lint issue
This commit is contained in:
@@ -47,7 +47,7 @@ export const emailFields = [
|
||||
],
|
||||
operation: [
|
||||
'send',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
placeholder: 'admin@example.com',
|
||||
@@ -67,7 +67,7 @@ export const emailFields = [
|
||||
],
|
||||
operation: [
|
||||
'send',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -93,7 +93,7 @@ export const emailFields = [
|
||||
],
|
||||
operation: [
|
||||
'send',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
@@ -113,7 +113,7 @@ export const emailFields = [
|
||||
],
|
||||
operation: [
|
||||
'send',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
@@ -216,7 +216,7 @@ export const emailFields = [
|
||||
description: 'Enable or disable open tracking on this message.',
|
||||
default: 'account_default',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
displayName: 'Variables',
|
||||
@@ -232,7 +232,7 @@ export const emailFields = [
|
||||
],
|
||||
operation: [
|
||||
'send',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
placeholder: 'Add Variable',
|
||||
@@ -254,7 +254,7 @@ export const emailFields = [
|
||||
type: 'string',
|
||||
default: '',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -274,7 +274,7 @@ export const emailFields = [
|
||||
],
|
||||
operation: [
|
||||
'sendTemplate',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
placeholder: 'admin@example.com',
|
||||
@@ -294,7 +294,7 @@ export const emailFields = [
|
||||
],
|
||||
operation: [
|
||||
'sendTemplate',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -311,7 +311,7 @@ export const emailFields = [
|
||||
],
|
||||
operation: [
|
||||
'sendTemplate',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -384,7 +384,7 @@ export const emailFields = [
|
||||
type: 'boolean',
|
||||
default: true,
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
displayName: 'Variables',
|
||||
@@ -400,7 +400,7 @@ export const emailFields = [
|
||||
],
|
||||
operation: [
|
||||
'sendTemplate',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
placeholder: 'Add Variable',
|
||||
@@ -422,7 +422,7 @@ export const emailFields = [
|
||||
type: 'string',
|
||||
default: '',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -17,7 +17,7 @@ export async function mailjetApiRequest(this: IExecuteFunctions | IExecuteSingle
|
||||
qs,
|
||||
body,
|
||||
uri: uri ||`https://api.mailjet.com${resource}`,
|
||||
json: true
|
||||
json: true,
|
||||
};
|
||||
options = Object.assign({}, options, option);
|
||||
if (Object.keys(options.body).length === 0) {
|
||||
|
||||
@@ -42,7 +42,7 @@ export const smsFields = [
|
||||
],
|
||||
operation: [
|
||||
'send',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Customizable sender name. Should be between 3 and 11 characters in length, only alphanumeric characters are allowed.',
|
||||
@@ -60,7 +60,7 @@ export const smsFields = [
|
||||
],
|
||||
operation: [
|
||||
'send',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Message recipient. Should be between 3 and 15 characters in length. The number always starts with a plus sign followed by a country code, followed by the number. Phone numbers are expected to comply with the E.164 format.',
|
||||
@@ -81,7 +81,7 @@ export const smsFields = [
|
||||
],
|
||||
operation: [
|
||||
'send',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user