Skip to content

Commit b7c4b86

Browse files
committed
make target optional
Signed-off-by: Cassandra Coyle <[email protected]>
1 parent 1b7094d commit b7c4b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protos/orchestrator_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import "google/protobuf/empty.proto";
1414

1515
message TaskRouter {
1616
string source = 1; // orchestrationAppID
17-
string target = 2; // appID
17+
optional string target = 2; // appID
1818
}
1919

2020
message OrchestrationInstance {

0 commit comments

Comments
 (0)