mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(core): Setup nodeHelpers that aren't exposed in the code sandbox (no-changelog) (#5753)
This commit is contained in:
committed by
GitHub
parent
d3a34ab71b
commit
b0cfd69f2b
@@ -329,7 +329,7 @@ export class Ssh implements INodeType {
|
||||
|
||||
items[i] = newItem;
|
||||
|
||||
items[i].binary![dataPropertyNameDownload] = await this.helpers.copyBinaryFile(
|
||||
items[i].binary![dataPropertyNameDownload] = await this.nodeHelpers.copyBinaryFile(
|
||||
path,
|
||||
parameterPath,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user