ci: Fix build (no-changelog) (#6391)

This commit is contained in:
Iván Ovejero
2023-06-06 15:08:29 +02:00
committed by GitHub
parent ce578162f4
commit 62fc77363f
5 changed files with 4 additions and 5 deletions

View File

@@ -125,6 +125,7 @@ export class LoneScaleTrigger implements INodeType {
const req = this.getRequestObject();
return {
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
workflowData: [this.helpers.returnJsonArray(req.body)],
};
}