Skip to content

Commit 149b2ef

Browse files
Merge pull request #1192 from OneCommunityGlobal/yili_fix_job_title
Yili - Fix jobTitle empty problem
2 parents f5d29a7 + b0409d6 commit 149b2ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/models/userProfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const userProfileSchema = new Schema({
5252
index: true,
5353
},
5454
phoneNumber: [{ type: String, phoneNumber: String }],
55-
jobTitle: [{ type: String, jobTitle: String, required: true }],
55+
jobTitle: [{ type: String, jobTitle: String }],
5656
bio: { type: String },
5757
email: {
5858
type: String,

0 commit comments

Comments
 (0)