Skip to content

Commit

Permalink
Merge branch 'main' into platform_part_2
Browse files Browse the repository at this point in the history
  • Loading branch information
k2xl committed Dec 16, 2023
2 parents a5a3908 + 8a492a7 commit c2a247d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/schemas/userConfigSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ const UserConfigSchema = new mongoose.Schema<UserConfig>(
type: mongoose.Schema.Types.ObjectId,
ref: 'User',
required: true,
unique: true,
},
},
{
Expand Down

0 comments on commit c2a247d

Please sign in to comment.