mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
👕 Fix lint issue
This commit is contained in:
parent
b6f566fc61
commit
23e0c08b1c
|
@ -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];
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue