From 289f40e14afa61def5ca85470a66157ee4433fca Mon Sep 17 00:00:00 2001 From: DrCommand Date: Thu, 6 Jul 2023 23:25:33 +0700 Subject: [PATCH] style: change wantBottle to camel case --- proto/rpkm66/backend/user/v1/user.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/rpkm66/backend/user/v1/user.proto b/proto/rpkm66/backend/user/v1/user.proto index e30ceb9..41fde89 100644 --- a/proto/rpkm66/backend/user/v1/user.proto +++ b/proto/rpkm66/backend/user/v1/user.proto @@ -36,7 +36,7 @@ message User{ string disease = 15; string emerPhone = 16; string emerRelation = 17; - bool WantBottle = 18; + bool wantBottle = 18; string imageUrl = 19; bool canSelectBaan = 20; bool isVerify = 21; @@ -91,7 +91,7 @@ message UpdateUserRequest{ string disease = 12; string emerPhone = 13; string emerRelation = 14; - bool WantBottle = 15; + bool wantBottle = 15; } message UpdateUserResponse{