mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -61,7 +61,7 @@ export const messageFields = [
|
||||
operation: [
|
||||
'get',
|
||||
'delete',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
placeholder: '172ce2c4a72cc243',
|
||||
@@ -80,7 +80,7 @@ export const messageFields = [
|
||||
],
|
||||
operation: [
|
||||
'reply',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
placeholder: '172ce2c4a72cc243',
|
||||
@@ -99,7 +99,7 @@ export const messageFields = [
|
||||
],
|
||||
operation: [
|
||||
'reply',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
placeholder: 'CAHNQoFsC6JMMbOBJgtjsqN0eEc+gDg2a=SQj-tWUebQeHMDgqQ@mail.gmail.com',
|
||||
@@ -119,7 +119,7 @@ export const messageFields = [
|
||||
operation: [
|
||||
'reply',
|
||||
'send',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
placeholder: 'Hello World!',
|
||||
@@ -139,7 +139,7 @@ export const messageFields = [
|
||||
operation: [
|
||||
'reply',
|
||||
'send',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
placeholder: 'Hello World!',
|
||||
@@ -163,7 +163,7 @@ export const messageFields = [
|
||||
operation: [
|
||||
'reply',
|
||||
'send',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
placeholder: 'info@example.com',
|
||||
@@ -182,7 +182,7 @@ export const messageFields = [
|
||||
operation: [
|
||||
'send',
|
||||
'reply',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
default: {},
|
||||
@@ -237,7 +237,7 @@ export const messageFields = [
|
||||
default: '',
|
||||
description: 'Array of supported attachments to add to the message.',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
displayName: 'Additional Fields',
|
||||
@@ -251,7 +251,7 @@ export const messageFields = [
|
||||
],
|
||||
operation: [
|
||||
'get',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
default: {},
|
||||
@@ -279,7 +279,7 @@ export const messageFields = [
|
||||
{
|
||||
name: 'RAW',
|
||||
value: 'raw',
|
||||
description: 'Returns the full email message data with body content in the raw field as a base64url encoded string; the payload field is not used.'
|
||||
description: 'Returns the full email message data with body content in the raw field as a base64url encoded string; the payload field is not used.',
|
||||
},
|
||||
{
|
||||
name: 'Resolved',
|
||||
@@ -307,7 +307,7 @@ export const messageFields = [
|
||||
},
|
||||
description: 'Prefix for name of the binary property to which to<br />write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
@@ -417,7 +417,7 @@ export const messageFields = [
|
||||
{
|
||||
name: 'RAW',
|
||||
value: 'raw',
|
||||
description: 'Returns the full email message data with body content in the raw field as a base64url encoded string; the payload field is not used.'
|
||||
description: 'Returns the full email message data with body content in the raw field as a base64url encoded string; the payload field is not used.',
|
||||
},
|
||||
{
|
||||
name: 'Resolved',
|
||||
|
||||
Reference in New Issue
Block a user