Skip to content

Commit 146050f

Browse files
raphael-goetzNico Sammito
andauthored
Update proto/shared/shared.flow.proto
Co-authored-by: Nico Sammito <nico@sammito.de> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent bebe392 commit 146050f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

proto/shared/shared.flow.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ message InputType {
8181
// Id of the node
8282
int64 node_id = 1;
8383
// Index of the parameter inside the function
84-
int64 parameter_id = 2;
84+
int64 parameter_index = 2;
8585
// Index of the input type of the data type
86-
int64 input_id = 3;
86+
int64 input_index = 3;
8787
}
8888

8989
message ReferencePath {

0 commit comments

Comments
 (0)