fix(core): Remove linting exceptions in nodes-base, @typescript-eslint/no-unsafe-argument (no-changelog)
This commit is contained in:
@@ -436,7 +436,7 @@ export class HubspotTrigger implements INodeType {
|
||||
delete bodyData[i].objectId;
|
||||
}
|
||||
return {
|
||||
workflowData: [this.helpers.returnJsonArray(bodyData)],
|
||||
workflowData: [this.helpers.returnJsonArray(bodyData as IDataObject[])],
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user