Skip to content

Commit 42c13ce

Browse files
committed
fix: changed field of settings into correct data type
1 parent 25143f8 commit 42c13ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/shared/shared.flow_definition.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import "shared.flow.proto";
1010

1111
message FlowType {
1212
string identifier = 1;
13-
repeated FlowDefinitionSetting settings = 2;
13+
repeated FlowTypeSetting settings = 2;
1414
optional string input_type_identifier = 3;
1515
optional string return_type_identifier = 4;
1616
bool editable = 5;

0 commit comments

Comments
 (0)