Skip to content

Commit

Permalink
Drop unused device_uuid from DialRequest and ListenResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Jul 16, 2024
1 parent f8af00e commit 9767f8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions proto/jumpstarter/v1/jumpstarter.proto
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,10 @@ message ListenRequest {}
message ListenResponse {
string router_endpoint = 1;
string router_token = 2;
optional string device_uuid = 3;
}

message DialRequest {
string uuid = 1;
optional string device_uuid = 2;
}

message DialResponse {
Expand Down

0 comments on commit 9767f8c

Please sign in to comment.