fix(core): Remove linting exceptions in nodes-base, @typescript-eslint/no-unsafe-argument (no-changelog)
This commit is contained in:
@@ -121,7 +121,7 @@ export async function execute(
|
||||
|
||||
existingSheetNames.push(sheetTitle);
|
||||
|
||||
returnData.push(responseData);
|
||||
returnData.push(responseData as IDataObject);
|
||||
}
|
||||
return this.helpers.returnJsonArray(returnData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user