박기홍

job model updated

...@@ -27,7 +27,6 @@ const jobSchema = new schema({ ...@@ -27,7 +27,6 @@ const jobSchema = new schema({
27 type: String, 27 type: String,
28 default: "???/???" 28 default: "???/???"
29 } 29 }
30 -
31 }); 30 });
32 31
33 module.exports = mongoose.model('job', jobSchema); 32 module.exports = mongoose.model('job', jobSchema);
...\ No newline at end of file ...\ No newline at end of file
......