mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(core): Remove linting exceptions in nodes-base, @typescript-eslint/no-unsafe-argument (no-changelog)
This commit is contained in:
@@ -130,8 +130,8 @@ export class CitrixAdc implements INodeType {
|
||||
const file = systemfile[0];
|
||||
|
||||
const binaryData = await this.helpers.prepareBinaryData(
|
||||
Buffer.from(file.filecontent, 'base64'),
|
||||
file.filename,
|
||||
Buffer.from(file.filecontent as string, 'base64'),
|
||||
file.filename as string,
|
||||
);
|
||||
|
||||
responseData = {
|
||||
|
||||
Reference in New Issue
Block a user