mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Cleanup & Fix lint issues
This commit is contained in:
@@ -45,7 +45,7 @@ export class ReadPdf implements INodeType {
|
||||
let item: INodeExecutionData;
|
||||
|
||||
for (let itemIndex = 0; itemIndex < length; itemIndex++) {
|
||||
|
||||
|
||||
item = items[itemIndex];
|
||||
const binaryPropertyName = this.getNodeParameter('binaryPropertyName', itemIndex) as string;
|
||||
|
||||
@@ -58,7 +58,7 @@ export class ReadPdf implements INodeType {
|
||||
binary: item.binary,
|
||||
json: await pdf(binaryData),
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
return this.prepareOutputData(returnData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user