Skip to content

Commit 722e8df

Browse files
committed
feat: replaced old ref coordinates with node_id
1 parent df554d2 commit 722e8df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proto/shared/shared.flow.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ message NodeParameter {
6363

6464
message ReferenceValue {
6565
// Database Identifier of node
66-
int64 node_id = 3;
67-
repeated ReferencePath paths = 4;
66+
int64 node_id = 1;
67+
repeated ReferencePath paths = 2;
6868
}
6969

7070
message ReferencePath {

0 commit comments

Comments
 (0)