👕 Fix lint issue

This commit is contained in:
Jan Oberhauser 2020-10-13 11:07:16 +02:00
parent 645aeb2a1b
commit 6c6e7625b9

View file

@ -278,7 +278,7 @@ export class AwsRekognition implements INodeType {
if (operation === 'analyze') {
const additionalFields = this.getNodeParameter('additionalFields', i) as IDataObject;
let action, property = undefined;
let action = undefined;
let body: IDataObject = {};