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:
@@ -536,8 +536,8 @@ export class ServiceNow implements INodeType {
|
||||
[outputField]: await serviceNowDownloadAttachment.call(
|
||||
this,
|
||||
endpoint,
|
||||
fileMetadata.file_name,
|
||||
fileMetadata.content_type,
|
||||
fileMetadata.file_name as string,
|
||||
fileMetadata.content_type as string,
|
||||
),
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user