mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -66,7 +66,7 @@ export const attachmentFields = [
|
||||
'attachment',
|
||||
],
|
||||
operation: [
|
||||
'create'
|
||||
'create',
|
||||
],
|
||||
},
|
||||
},
|
||||
@@ -84,7 +84,7 @@ export const attachmentFields = [
|
||||
'attachment',
|
||||
],
|
||||
operation: [
|
||||
'create'
|
||||
'create',
|
||||
],
|
||||
},
|
||||
},
|
||||
@@ -102,7 +102,7 @@ export const attachmentFields = [
|
||||
'attachment',
|
||||
],
|
||||
operation: [
|
||||
'create'
|
||||
'create',
|
||||
],
|
||||
},
|
||||
},
|
||||
@@ -168,7 +168,7 @@ export const attachmentFields = [
|
||||
],
|
||||
operation: [
|
||||
'update',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Id of attachment that needs to be fetched',
|
||||
@@ -248,7 +248,7 @@ export const attachmentFields = [
|
||||
],
|
||||
operation: [
|
||||
'get',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Id of attachment that needs to be fetched',
|
||||
@@ -269,7 +269,7 @@ export const attachmentFields = [
|
||||
],
|
||||
operation: [
|
||||
'delete',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Id of attachment that needs to be fetched',
|
||||
@@ -342,6 +342,6 @@ export const attachmentFields = [
|
||||
default: '',
|
||||
description: 'Fields to include separated by ,',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
] as INodeProperties[];
|
||||
|
||||
Reference in New Issue
Block a user