mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
👕 Fix lint issue
This commit is contained in:
parent
645aeb2a1b
commit
6c6e7625b9
|
@ -278,7 +278,7 @@ export class AwsRekognition implements INodeType {
|
||||||
if (operation === 'analyze') {
|
if (operation === 'analyze') {
|
||||||
const additionalFields = this.getNodeParameter('additionalFields', i) as IDataObject;
|
const additionalFields = this.getNodeParameter('additionalFields', i) as IDataObject;
|
||||||
|
|
||||||
let action, property = undefined;
|
let action = undefined;
|
||||||
|
|
||||||
let body: IDataObject = {};
|
let body: IDataObject = {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue