Skip to content

Commit 91c9a60

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 9740ca6 commit 91c9a60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proto/shared/shared.flow.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ message ReferenceValue {
7070
// Ref Value points to flow input
7171
FlowInput flow_input = 1;
7272
// Ref Value points to a Result of a node, the int is the id of the node
73-
int64 result = 2;
73+
int64 node_id = 2;
7474
// Points to Value that is contained inside of a node
7575
InputType input_type = 3;
7676
}

0 commit comments

Comments
 (0)