mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -08:00
:zap; Add wait alias to Merge node (#2633)
This commit is contained in:
parent
e74caf4b0d
commit
878382be15
|
@ -36,11 +36,12 @@
|
||||||
},
|
},
|
||||||
"alias": [
|
"alias": [
|
||||||
"Join",
|
"Join",
|
||||||
"Concatenate"
|
"Concatenate",
|
||||||
|
"Wait"
|
||||||
],
|
],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": [
|
"Core Nodes": [
|
||||||
"Flow"
|
"Flow"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue