We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5d29a7 + b0409d6 commit 149b2efCopy full SHA for 149b2ef
1 file changed
src/models/userProfile.js
@@ -52,7 +52,7 @@ const userProfileSchema = new Schema({
52
index: true,
53
},
54
phoneNumber: [{ type: String, phoneNumber: String }],
55
- jobTitle: [{ type: String, jobTitle: String, required: true }],
+ jobTitle: [{ type: String, jobTitle: String }],
56
bio: { type: String },
57
email: {
58
type: String,
0 commit comments