Skip to content

Commit 51ab64e

Browse files
committed
drop: removed repeated from name field
1 parent 4e4e827 commit 51ab64e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

proto/aquila/aquila.action.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ message ActionFlow {
2020
shared.Struct output_schema = 5;
2121
string project_slug = 6;
2222

23-
repeated string name = 7;
23+
string name = 7;
2424
}
2525

2626
// Event that gets admitted by an action

proto/shared/shared.flow.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ message ValidationFlow {
2727
shared.Struct input_schema = 12;
2828
shared.Struct output_schema = 13;
2929

30-
repeated string name = 14;
30+
string name = 14;
3131
}
3232

3333
message ExecutionFlow {

0 commit comments

Comments
 (0)