mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -72,7 +72,7 @@ export class Mindee implements INodeType {
|
||||
},
|
||||
],
|
||||
default: 'receipt',
|
||||
description: 'The resource to operate on.'
|
||||
description: 'The resource to operate on.',
|
||||
},
|
||||
{
|
||||
displayName: 'Operation',
|
||||
@@ -85,7 +85,7 @@ export class Mindee implements INodeType {
|
||||
},
|
||||
],
|
||||
default: 'predict',
|
||||
description: 'The resource to operate on.'
|
||||
description: 'The resource to operate on.',
|
||||
},
|
||||
{
|
||||
displayName: 'Binary Property',
|
||||
@@ -96,7 +96,7 @@ export class Mindee implements INodeType {
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: [
|
||||
'predict'
|
||||
'predict',
|
||||
],
|
||||
resource: [
|
||||
'receipt',
|
||||
@@ -156,10 +156,10 @@ export class Mindee implements INodeType {
|
||||
value: Buffer.from(binaryData.data, BINARY_ENCODING),
|
||||
options: {
|
||||
filename: binaryData.fileName,
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
if (rawData === false) {
|
||||
@@ -198,10 +198,10 @@ export class Mindee implements INodeType {
|
||||
value: Buffer.from(binaryData.data, BINARY_ENCODING),
|
||||
options: {
|
||||
filename: binaryData.fileName,
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
if (rawData === false) {
|
||||
|
||||
Reference in New Issue
Block a user