👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2020-10-22 15:46:03 +02:00
parent 5b7efd67ca
commit 40c2acd77b
491 changed files with 4045 additions and 3936 deletions

View File

@@ -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) {