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

@@ -14,8 +14,6 @@ import type {
WhereClause,
} from './interfaces';
const ENUM_VALUES_REGEX = /\{(.+?)\}/gm;
export function wrapData(data: IDataObject | IDataObject[]): INodeExecutionData[] {
if (!Array.isArray(data)) {
return [{ json: data }];