mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -47,7 +47,7 @@ export const fileFields = [
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: [
|
||||
'upload'
|
||||
'upload',
|
||||
],
|
||||
resource: [
|
||||
'file',
|
||||
@@ -64,13 +64,13 @@ export const fileFields = [
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: [
|
||||
'upload'
|
||||
'upload',
|
||||
],
|
||||
resource: [
|
||||
'file',
|
||||
],
|
||||
binaryData: [
|
||||
false
|
||||
false,
|
||||
],
|
||||
},
|
||||
|
||||
@@ -87,13 +87,13 @@ export const fileFields = [
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: [
|
||||
'upload'
|
||||
'upload',
|
||||
],
|
||||
resource: [
|
||||
'file',
|
||||
],
|
||||
binaryData: [
|
||||
true
|
||||
true,
|
||||
],
|
||||
},
|
||||
|
||||
@@ -108,7 +108,7 @@ export const fileFields = [
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: [
|
||||
'upload'
|
||||
'upload',
|
||||
],
|
||||
resource: [
|
||||
'file',
|
||||
@@ -210,7 +210,7 @@ export const fileFields = [
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: [
|
||||
'getAll'
|
||||
'getAll',
|
||||
],
|
||||
resource: [
|
||||
'file',
|
||||
|
||||
Reference in New Issue
Block a user