Skip to content

Commit

Permalink
Fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethmurerwa committed Feb 26, 2025
1 parent 970610c commit e23acbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions model/src/main/proto/profile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ message Profile {
// Unique ID given to each profile.
ProfileId id = 1;

// Unique 64-bit UUID assigned to each profile
string uuid = 20;

// Name of the user.
string name = 2;

Expand Down Expand Up @@ -102,6 +99,9 @@ message Profile {

// Indicates that this profile has reached the home screen for the first time.
bool completed_profile_onboarding = 22;

// Unique 64-bit UUID assigned to each profile
string uuid = 23;
}

// Represents the type of user using the app.
Expand Down

0 comments on commit e23acbe

Please sign in to comment.