Skip to content

Commit 13f9ea7

Browse files
committed
feat: changed Struct to Valiue
1 parent 0c9e72d commit 13f9ea7

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)