Skip to content

Commit

Permalink
Merge pull request #1197 from OneCommunityGlobal/Peterson_fixed_the_b…
Browse files Browse the repository at this point in the history
…ug_that_prevented_the_user_from_deleting_the_blue_square

Peterson_fixed_the_bug_that_prevented_the_user_from_deleting_the_blue…
  • Loading branch information
one-community authored Jan 17, 2025
2 parents b13e8bb + bdaa72b commit 1dc7e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/userProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const userProfileSchema = new Schema({
required: true,
default: 'white',
},
iconId: { type: String, required: true },
iconId: { type: String, required: false },
},
],
location: {
Expand Down

0 comments on commit 1dc7e3b

Please sign in to comment.