Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Iván Ovejero <[email protected]>
  • Loading branch information
netroy and ivov authored Sep 28, 2023
1 parent e5ad5e3 commit 20cb11d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/core/src/NodeExecuteFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2600,11 +2600,9 @@ const getBinaryHelperFunctions = (
});

/**
* Returns of copy of the items which only contains the json data and
* of that only the define properties
* Returns a copy of the items which only contains the json data and
* of that only the defined properties
*
* @param {INodeExecutionData[]} items The items to copy
* @param {string[]} properties The properties it should include
*/
function copyInputItems(items: INodeExecutionData[], properties: string[]): IDataObject[] {
// Prepare the data to insert and copy it to be returned
Expand Down

0 comments on commit 20cb11d

Please sign in to comment.