👕 Fix lint issue

This commit is contained in:
Jan Oberhauser 2020-10-13 13:00:41 +02:00
parent b6f566fc61
commit 23e0c08b1c

View file

@ -369,9 +369,9 @@ export class AwsRekognition implements INodeType {
responseData = await awsApiRequestREST.call(this, 'rekognition', 'POST', '', JSON.stringify(body), {}, { 'X-Amz-Target': action, 'Content-Type': 'application/x-amz-json-1.1' });
if (property !== undefined) {
responseData = responseData[property as string];
}
// if (property !== undefined) {
// responseData = responseData[property as string];
// }
}
}