From 0249f51b5d45f88eb91013d268fb654df2e5cc35 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Mon, 20 Jun 2022 15:45:36 +0800 Subject: [PATCH] fix: EmailNty.emails -> EmailNty.email --- game.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.proto b/game.proto index 0e9f2fb..966bfa4 100644 --- a/game.proto +++ b/game.proto @@ -133,5 +133,5 @@ message EmailDelRsp { } message EmailNewNty{ - models.Email emails = 1; + models.Email email = 1; } -- libgit2 0.21.2