Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

style: change wantBottle to camel case #2

Merged
merged 1 commit into from
Jul 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions proto/rpkm66/backend/user/v1/user.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -91,7 +91,7 @@ message UpdateUserRequest{
string disease = 12;
string emerPhone = 13;
string emerRelation = 14;
bool WantBottle = 15;
bool wantBottle = 15;
}

message UpdateUserResponse{
Expand Down