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