From 67f8601db0542d43df8673891bd3543e6a82c91b Mon Sep 17 00:00:00 2001 From: NickWang Date: Thu, 7 Dec 2023 17:13:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/wechaty/puppet/wecom.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/wechaty/puppet/wecom.proto b/proto/wechaty/puppet/wecom.proto index 338a4db..0abd948 100644 --- a/proto/wechaty/puppet/wecom.proto +++ b/proto/wechaty/puppet/wecom.proto @@ -16,5 +16,5 @@ message GetContactExternalUserIdRequest { } message GetContactExternalUserIdResponse { - repeated ContactExternalUserIdPair contact_external_user_id_paris = 1; + repeated ContactExternalUserIdPair contact_external_user_id_pairs = 1; }