mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(core): Remove linting exceptions in nodes-base, @typescript-eslint/no-unsafe-argument (no-changelog)
This commit is contained in:
@@ -597,7 +597,7 @@ export class GoogleSheetsTrigger implements INodeType {
|
||||
const previousRevisionSheetData =
|
||||
sheetBinaryToArrayOfArrays(
|
||||
previousRevisionBinaryData,
|
||||
sheetName,
|
||||
sheetName as string,
|
||||
rangeDefinition === 'specifyRangeA1' ? range : undefined,
|
||||
) || [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user