Skip to content

Commit

Permalink
fix: change string for bool on has claimed name
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinszuchet committed Jan 22, 2025
1 parent ab4d97e commit f5fb2b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ message User { string address = 1; }
message FriendProfile {
string address = 1;
string name = 2;
string has_claimed_name = 3;
bool has_claimed_name = 3;
string profile_picture_url = 4;
}

Expand Down

0 comments on commit f5fb2b3

Please sign in to comment.