mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
ci: Fix build (no-changelog) (#6391)
This commit is contained in:
@@ -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 }];
|
||||
|
||||
Reference in New Issue
Block a user