mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
fix(Code Node): Restore pairedItem
to required n8n item keys (#4821)
🐛 Restore `pairedItem`
This commit is contained in:
parent
7aefed46dc
commit
915f1445c2
|
@ -26,4 +26,4 @@ function isTraversable(maybe: unknown): maybe is IDataObject {
|
||||||
|
|
||||||
export type CodeNodeMode = 'runOnceForAllItems' | 'runOnceForEachItem';
|
export type CodeNodeMode = 'runOnceForAllItems' | 'runOnceForEachItem';
|
||||||
|
|
||||||
export const REQUIRED_N8N_ITEM_KEYS = new Set(['json', 'binary']);
|
export const REQUIRED_N8N_ITEM_KEYS = new Set(['json', 'binary', 'pairedItem']);
|
||||||
|
|
Loading…
Reference in a new issue