Skip to content

Commit

Permalink
Peterson_fixed_the_bug_that_prevented_the_user_from_deleting_the_blue…
Browse files Browse the repository at this point in the history
…_square
  • Loading branch information
peterson337 committed Jan 14, 2025
1 parent d57c0d1 commit bdaa72b
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 bdaa72b

Please sign in to comment.