Skip to content

Commit

Permalink
Fix up merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aapeliv committed May 19, 2024
1 parent 74a5343 commit 52e5005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/proto/admin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ service Admin {
message UserDetails {
int64 user_id = 1;
string username = 2;
string name = 9;
string name = 14;
string email = 3;
string gender = 4;
string birthdate = 7;
bool banned = 5;
bool deleted = 6;
bool do_not_email = 10;
bool do_not_email = 15;
repeated string badges = 8;

bool has_strong_verification = 9;
Expand Down

0 comments on commit 52e5005

Please sign in to comment.