mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -1750,7 +1750,7 @@ export class Github implements INodeType {
|
||||
throw new NodeOperationError(
|
||||
this.getNode(),
|
||||
`No binary data property "${binaryPropertyName}" does not exists on item!`,
|
||||
{ itemIndex: i }
|
||||
{ itemIndex: i },
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user