second parameter of groupByNode() is 0 indexed
This commit is contained in:
@@ -193,7 +193,7 @@ function (_) {
|
||||
{
|
||||
name: "node",
|
||||
type: "int",
|
||||
options: [1,2,3,4,5,6,7,8,9,10,12]
|
||||
options: [0,1,2,3,4,5,6,7,8,9,10,12]
|
||||
},
|
||||
{
|
||||
name: "function",
|
||||
|
||||
Reference in New Issue
Block a user