mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
chore: Lintfix nodes-base (#16877)
This commit is contained in:
@@ -152,7 +152,7 @@ export function documentToJson(fields: IDataObject): IDataObject {
|
||||
// @ts-ignore
|
||||
const list = value.values as IDataObject[];
|
||||
// @ts-ignore
|
||||
return !!list ? list.map((l) => documentToJson(l)) : [];
|
||||
return list ? list.map((l) => documentToJson(l)) : [];
|
||||
}
|
||||
} else {
|
||||
// @ts-ignore
|
||||
|
||||
Reference in New Issue
Block a user