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.
1 parent fee92c8 commit b50e518Copy full SHA for b50e518
backend/models/jobForms.js
@@ -4,7 +4,6 @@ const Userauth = require("./userModel.js");
4
const Skill = require("./skillModel.js");
5
6
const JobApplicationFormSchema = new Schema({
7
-
8
jobRole: {
9
type: String,
10
required: [true, "Please Enter Job Role"],
@@ -21,7 +20,7 @@ const JobApplicationFormSchema = new Schema({
21
20
22
jobLocationType: {
23
24
- enum: ["On-site", "Remote"],
+ enum: ["On-Site", "Remote"],
25
required: false,
26
},
27
0 commit comments