Skip to content

Commit 35e2ed6

Browse files
Merge pull request #202 from code0-tech/201-flow-setting-to-value
FlowSetting to Value
2 parents 0c9e72d + 13f9ea7 commit 35e2ed6

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
@@ -37,7 +37,7 @@ message FlowSetting {
3737
// The database id from sagittarius
3838
int64 database_id = 1;
3939
string flow_setting_id = 2;
40-
shared.Struct object = 3;
40+
shared.Value value = 3;
4141
}
4242

4343
message NodeFunction {

0 commit comments

Comments
 (0)