From 9767f8c019ea4e8e7d75ff67c35e36512fa3b92a Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Tue, 16 Jul 2024 14:52:19 -0400 Subject: [PATCH] Drop unused device_uuid from DialRequest and ListenResponse --- proto/jumpstarter/v1/jumpstarter.proto | 2 -- 1 file changed, 2 deletions(-) diff --git a/proto/jumpstarter/v1/jumpstarter.proto b/proto/jumpstarter/v1/jumpstarter.proto index 856b8b8..04392e7 100644 --- a/proto/jumpstarter/v1/jumpstarter.proto +++ b/proto/jumpstarter/v1/jumpstarter.proto @@ -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 {