From 57ff66298e79532a22ba6ffe19ff9325baaf3221 Mon Sep 17 00:00:00 2001 From: Manu Srivastava Date: Wed, 13 Mar 2024 10:48:55 -0400 Subject: [PATCH] remove extra . --- temporal/api/cloud/cloudservice/v1/request_response.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temporal/api/cloud/cloudservice/v1/request_response.proto b/temporal/api/cloud/cloudservice/v1/request_response.proto index bcd4c6d..a4fa039 100644 --- a/temporal/api/cloud/cloudservice/v1/request_response.proto +++ b/temporal/api/cloud/cloudservice/v1/request_response.proto @@ -331,7 +331,7 @@ message GetOutgoingServicesRequest { // The namespace to get all the outgoing services from string namespace = 3; - // The name of the outgoing service to filter on. - optional. Specifying this will result in zero or one results. + // The name of the outgoing service to filter on - optional. Specifying this will result in zero or one results. string service_name = 4; }