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

Commit

Permalink
Merge pull request #2 from isd-sgcu/feature/rkm66-24-be-sync-registra…
Browse files Browse the repository at this point in the history
…tion-field

style: change wantBottle to camel case
  • Loading branch information
tonklaw authored Jul 6, 2023
2 parents 27f1edd + 289f40e commit 2cb9b73
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 2cb9b73

Please sign in to comment.