👕 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

@@ -156,7 +156,7 @@ export class S3 implements INodeType {
'$': {
xmlns: 'http://s3.amazonaws.com/doc/2006-03-01/',
},
}
},
};
let data = '';
// if credentials has the S3 defaul region (us-east-1) the body (XML) does not have to be sent.
@@ -290,7 +290,7 @@ export class S3 implements INodeType {
for (const childObject of responseData) {
//@ts-ignore
(body.Delete.Object as IDataObject[]).push({
Key: childObject.Key as string
Key: childObject.Key as string,
});
}