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